{{cn($proposal_details,'student_details.first_name','')}} {{cn($proposal_details,'student_details.last_name','')}}

Nationality : {{cn($proposal_details,'student_details.country_name.name','')}}
Gender : {{\Str::ucfirst(cn($proposal_details,'student_details.gender',''))}}
Age : {{-- 23 years 3 month --}} {{age_calculator(cn($proposal_details,'student_details.dob',''))}}
Title :
{{cn($proposal_details,'proposal.title','')}}
Methology :
{{cn($proposal_details,'proposal.methology','')}}
Funding Status :
{{cn($proposal_details,'proposal.status','')}}
Preferred Start Date :
{{ date("M Y", strtotime($proposal_details->created_at))}}
Application received:
{{ date("d M Y", strtotime($proposal_details->created_at))}}
Accepted on :
4 April 2023
Decision made :
@if($proposal_details->proposal_status_date) {{ date("d M Y", strtotime($proposal_details->proposal_status_date))}} @endif . @if($proposal_details->proposal_status ==1) In Review @elseif($proposal_details->proposal_status ==2) Pause @elseif($proposal_details->proposal_status ==3) Rejected @elseif($proposal_details->proposal_status ==4) Interested @endif
Proposal Quality :
Status :
@if($proposal_details->proposal_status==NULL) Hold @endif @if($proposal_details->proposal_status==1) In Review @endif @if($proposal_details->proposal_status==2) Pause @endif @if($proposal_details->proposal_status==3) Rejected @endif @if($proposal_details->proposal_status==4) Interested @endif
Feedback :
@if(count($education_history)) @foreach($education_history as $row)
{{cn($row,'academic_level_info.name','')}}
{{$row->result}}
  • {{$row->subject}}
  • {{$row->institution}}
  • {{date('M Y', strtotime($row->start_date))}} - {{date('M Y', strtotime($row->end_date))}}
@endforeach @endif
{{cn($proposal_details,'scores.test_name','')}}
{{ date('d M Y', strtotime(cn($proposal_details,'scores.test_date','')))}}
{{cn($proposal_details,'scores.overall_score','')}}
Speaking: {{cn($proposal_details,'scores.speaking','')}} ,
Listening: {{cn($proposal_details,'scores.listening','')}} ,
Writing: {{cn($proposal_details,'scores.writing','')}} ,
Reading: {{cn($proposal_details,'scores.reading','')}} ,
Work Exp: {{work_experience($start_date ?? NULL, $end_date ?? NULL)}} @if(isset($start_date) && is_null($end_date))({{date('d M Y', strtotime($start_date))}} - Continue)@endif
@if(file_exists( public_path().'/uploads/proposal/'.@$proposal_details->proposal->document_file ) && @$proposal_details->proposal->document_file != null) @else @endif
coming soon..
Uni. Name
Proposal Quality
Content Quality
01 Mar 2023, 06:21 AM
Uni. Name
Proposal Quality
Content Quality
01 Mar 2023, 06:21 AM
{{-- --}}