{{ $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 ?? '' }}
{{ $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' }}
{{ $volunteerForm->medical_description ?? '' }}
{{ $volunteerForm->dietary_restriction ?? '' }}