{{ $volunteerForm->full_name ?? '' }}

{{ $volunteerForm->date_of_birth_ad ?? '' }}

{{ $volunteerForm->date_of_birth_bs ?? '' }}

{{ $volunteerForm->age ?? '' }}

{{ $volunteerForm->gender ?? '' }}

{{ $volunteerForm->nationality ?? '' }}

{{ $volunteerForm->passport_number ?? '' }}

{{ $volunteerForm->email ?? '' }}

{{ $volunteerForm->contact_no ?? '' }}

{{ $volunteerForm->current_address ?? '' }}

{{ $volunteerForm->emergency_full_name ?? '' }}

{{ $volunteerForm->emergency_relationship ?? '' }}

{{ $volunteerForm->emergency_contact_number ?? '' }}

{{ $volunteerForm->emergency_email ?? '' }}

{{ strip_tags($volunteerForm->area_of_interest ?? '') }}

{{ strip_tags($volunteerForm->skill_experties ?? '') }}

{{ strip_tags($volunteerForm->motivation ?? '') }}

{{ strip_tags($volunteerForm->previous_volunteer_experience ?? '') }}

{{ $volunteerForm->start_date ?? '' }}

{{ $volunteerForm->end_date ?? '' }}

{{ $volunteerForm->daily_availability ?? '' }}

@if ($volunteerForm->insurance_proof) @else No Insurance Proof uploaded @endif

@if ($volunteerForm->cv) @else No CV uploaded @endif

@if ($volunteerForm->passport_copy) Passport Copy @else No passport copy uploaded @endif
@if ($volunteerForm->visa_copy) Passport Copy @else No visa copy uploaded @endif
@if ($volunteerForm->digital_signature) Passport Copy @else No digital signature uploaded @endif

{{ $volunteerForm->accomodation_required == 1 ? 'Yes' : 'No' }}

{{ $volunteerForm->travel_insurance == 1 ? 'Yes' : 'No' }}

{{ $volunteerForm->criminal_record == 1 ? 'Yes' : 'No' }}

{{ $volunteerForm->aggrement == 1 ? 'Yes' : 'No' }}

{{ $volunteerForm->medical_condition == 1 ? 'Yes' : 'No' }}

@if ($volunteerForm->medical_condition == 1)

{{ $volunteerForm->medical_description ?? '' }}

@endif

{{ $volunteerForm->dietary_restriction ?? '' }}


@push('scripts') @endpush