Gyanodaya Logo

Personal Information

Date of Birth (AD):{{ $volunteerForm->date_of_birth_ad ?? '' }}
Date of Birth (BS):{{ $volunteerForm->date_of_birth_bs ?? '' }}
Age:{{ $volunteerForm->age ?? '' }}
Gender:{{ $volunteerForm->male ?? '' }}
Nationality:{{ $volunteerForm->nationality ?? '' }}
Passport Number:{{ $volunteerForm->passport_number ?? '' }}
Email:{{ $volunteerForm->email ?? '' }}
Contact No:{{ $volunteerForm->contact_no ?? '' }}
Current Address:{{ $volunteerForm->current_address ?? '' }}

Emergency Contact

Full Name:{{ $volunteerForm->emergency_full_name ?? '' }}
Relationship:{{ $volunteerForm->emergency_relationship ?? '' }}
Contact Number:{{ $volunteerForm->emergency_contact_number ?? '' }}
Email:{{ $volunteerForm->emergency_email ?? '' }}

Volunteer Details

Start Date:{{ $volunteerForm->start_date ?? '' }}
End Date:{{ $volunteerForm->end_date ?? '' }}
Daily Availability:{{ $volunteerForm->daily_availability ?? '' }}

Additional Info

Accommodation Required:{{ $volunteerForm->accomodation_required == 1 ? 'Yes' : 'No' }}
Criminal Record:{{ $volunteerForm->criminal_record == 1 ? 'Yes' : 'No' }}
Travel Insurance:{{ $volunteerForm->travel_insurance == 1 ? 'Yes' : 'No' }}
Medical Condition:{{ $volunteerForm->medical_condition == 1 ? 'Yes' : 'No' }}
Agreement Signed:{{ $volunteerForm->aggrement == 1 ? 'Yes' : 'No' }}

Attachments

Insurance Proof
@if ($volunteerForm->insurance_proof) @else No insurance proof uploaded @endif
CV
@if ($volunteerForm->cv) @else No cv uploaded @endif
Passport Copy
@if ($volunteerForm->passport_copy) Passport Copy @else No passport copy uploaded @endif
Visa Copy
@if ($volunteerForm->visa_copy) Visa Copy @else No visa copy uploaded @endif
Digital Signature
@if ($volunteerForm->digital_signature) Digital Signature @else No digital signature uploaded @endif

Volunteer Descriptions

Area of Interest:
{{ strip_tags($volunteerForm->area_of_interest) ?? '' }}
Skill/Expertise:
{{ strip_tags($volunteerForm->skill_experties) ?? '' }}
Motivation:
{{ strip_tags($volunteerForm->motivation) ?? '' }}
Previous Volunteer Experience:
{{ strip_tags($volunteerForm->previous_volunteer_experience) ?? '' }}
Medical Description:
{{ strip_tags($volunteerForm->medical_description) ?? '' }}
Dietary Restrictions:
{{ strip_tags($volunteerForm->dietary_restriction) ?? '' }}