Date of Birth: {{ \Carbon\Carbon::parse($researcher->date_of_birth)->isoFormat('dddd, D MMMM YYYY')}}
Nationality: {{$researcher->nationality}}
Country of Residence: {{$researcher->country_of_residence}}
Passport NO / ID NO: {{$researcher->passport_number}}
{{--
--}}
Contract NO:
{{$researcher->contract_number}}
@if($researcher->acceptance_statement)
Acceptance Statement:
@endif
@if($researcher->scientific_research_project_name || $researcher->scientific_research_project_image)
Scientific Research Project:
@if($researcher->scientific_research_project_name)
{{$researcher->scientific_research_project_name}}
@endif
@if($researcher->scientific_research_project_image)
@endif
@endif
@if ($researcher->researcher_discussion_link)
Researcher Discussion Link:
@endif
@if($researcher->committee_report_1 || $researcher->committee_report_2 || $researcher->committee_report_3)
Committee Report:
@if($researcher->committee_report_1)
Arabic
@endif
@if($researcher->committee_report_2)
English
@endif
@if($researcher->committee_report_3)
French
@endif
@endif
@if($researcher->appreciation)
Appreciation:
{{$researcher->appreciation}}
@endif
@if($researcher->credit_hours)
Credit Hours:
{{$researcher->credit_hours}}
@endif
@if($researcher->certificates->count() > 0 )
Certificates:
@foreach($researcher->certificates as $certificate)
{{$certificate->name}}
@endforeach
@endif
@if($researcher->notes)
Notes:
{{$researcher->notes}}
@endif