@extends('web.layouts.master') @section('content')
@csrf
Sl
Title
Updated
Action
@foreach($proposal as $key=>$row)
{{$key+1}}
{{$row->title}}
{{$row->methology}} . {{$row->department}} . {{$row->status}}
8 Mar 2023 3 days ago
@endforeach
@csrf
EDUCATION HISTORY
@csrf
@if(count($institution)>0) @foreach($institution as $row) @endforeach
Institution Subject Result During Action
{{$row->institution}} {{$row->subject}}
{{$row->academic_level_info->name}}
{{$row->result}}
PYear: {{$row->passing_year}}
{{date("d M, Y", strtotime($row->start_date)).'-'.date("d M, Y", strtotime($row->end_date))}}
@else
No Education History available.
@endif
@csrf
WORK EXPERIENCE
Do you have any Work Experience?
@csrf
Currently working in that company?
@if(count($work_experience)>0) @foreach($work_experience as $row) @endforeach
Company Name Designation Currently working Start Date End Date Action
{{$row->company_name}} {{$row->designation}} {{$row->currently_working == 0 ? 'off' : 'on'}} {{date("d M, Y", strtotime($row->start_date))}} {{date("d M, Y", strtotime($row->end_date))}}
@else
No Work Experience available.
@endif
@csrf
Currently working in that company?
ENGLISH TEST
Do you have any English Test Certificate?
@csrf
@if(count($score)>0) @foreach($score as $row) @endforeach
Testing System {{$row->test_name}} Test Date: {{date("d M, Y", strtotime($row->test_date))}}
{{$row->overall_score}}
Overall
{{$row->listening}}
Listening
{{$row->speaking}}
Speaking
{{$row->writing}}
Writing
{{$row->reading}}
Reading
@else
No Test Score available.
@endif
@csrf
@endsection @push('js') @endpush