{{--
--}}

{{$researcher->name}}

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}}

{{--

Phone Number: {{$researcher->phone}}

--}}

Contract NO: {{$researcher->contract_number}}
@if($researcher->acceptance_statement)

Acceptance Statement:

Passport Photo
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)
Passport Photo
Passport Photo
@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 Committee Report
Passport Photo
@endif @if($researcher->committee_report_2)
English Committee Report
Passport Photo
@endif @if($researcher->committee_report_3)
French Committee Report
Passport Photo
@endif

@endif @if($researcher->appreciation)
Appreciation:

{{$researcher->appreciation}}

Appreciation Image
Appreciation Image

@endif @if($researcher->credit_hours)
Credit Hours: {{$researcher->credit_hours}}

@endif @if($researcher->certificates->count() > 0 )
Certificates:
@foreach($researcher->certificates as $certificate)
{{$certificate->name}} Certificate
Passport Photo
@endforeach

@endif @if($researcher->notes)
Notes:

{{$researcher->notes}}


@endif