{{ __('Create Researchers') }}

@csrf @method('PUT')
@if ($researcher->photo) User Photo @else

No photo available

@endif @if ($researcher->photo) @endif
@error('name')

{{ $message }}

@enderror
@error('whatsapp')

{{ $message }}

@enderror
@error('phone')

{{ $message }}

@enderror
@error('email')

{{ $message }}

@enderror
@error('nationality')

{{ $message }}

@enderror
@error('country_of_residence')

{{ $message }}

@enderror
{{--
--}} {{-- --}} {{-- --}} {{-- @error('passport_number')--}} {{--

--}} {{-- {{ $message }}--}} {{--

--}} {{-- @enderror--}} {{--
--}}
@if ($researcher->passport_photo) Passport Photo @else

No photo available

@endif @if ($researcher->passport_photo) @endif
@error('date_of_birth')

{{ $message }}

@enderror
{{--
--}} {{-- --}} {{--
--}} {{-- --}} {{-- @if ($researcher->passport_photo)--}} {{-- User Photo--}} {{-- @else--}} {{--

No photo available

--}} {{-- @endif--}} {{--
--}} {{-- @error('passport_photo')--}} {{--

--}} {{-- {{ $message }}--}} {{--

--}} {{-- @enderror--}} {{--
--}}
@if ($researcher->acceptance_statement) User Photo @else

No photo available

@endif @if ($researcher->acceptance_statement) @endif
@error('acceptance_statement')

{{ $message }}

@enderror
@error('scientific_research_project_name')

{{ $message }}

@enderror
@if ($researcher->scientific_research_project_image) User Photo @else

No photo available

@endif @if ($researcher->scientific_research_project_image) @endif
@error('scientific_research_project_image')

{{ $message }}

@enderror
@error('researcher_discussion_link')

{{ $message }}

@enderror
@if ($researcher->committee_report_1) User Photo @else

No photo available

@endif @if ($researcher->committee_report_1) @endif
@error('committee_report_1')

{{ $message }}

@enderror
@if ($researcher->committee_report_2) User Photo @else

No photo available

@endif @if ($researcher->committee_report_2) @endif
@error('committee_report_2')

{{ $message }}

@enderror
@if ($researcher->committee_report_3) User Photo @else

No photo available

@endif @if ($researcher->committee_report_3) @endif
@error('committee_report_3')

{{ $message }}

@enderror
@error('appreciation')

{{ $message }}

@enderror
@if ($researcher->appreciation_image) User Photo @else

No image available

@endif @if ($researcher->appreciation_image) @endif
@error('appreciation_image')

{{ $message }}

@enderror
@error('notes')

{{ $message }}

@enderror