Gyanodaya Logo

Personal Information

DOB (AD): {{ $volunteerForm->date_of_birth_ad ?? '' }}

DOB (BS): {{ $volunteerForm->date_of_birth_bs ?? '' }}

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

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

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

Passport No: {{ $volunteerForm->passport_number ?? '' }}

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

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

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

Emergency Contact

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

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

Contact: {{ $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 ? 'Yes' : 'No' }}

Criminal Record: {{ $volunteerForm->criminal_record ? 'Yes' : 'No' }}

Travel Insurance: {{ $volunteerForm->travel_insurance ? 'Yes' : 'No' }}

Medical Condition: {{ $volunteerForm->medical_condition ? 'Yes' : 'No' }}

Agreement Signed: {{ $volunteerForm->aggrement ? 'Yes' : 'No' }}

Attachments

Insurance Proof: @if ($volunteerForm->insurance_proof) View Insurance Proof @else Not uploaded @endif

CV: @if ($volunteerForm->cv) View CV @else Not uploaded @endif

Passport Copy:
@if ($volunteerForm->passport_copy) PassportCopy @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) }}

Skills:
{{ strip_tags($volunteerForm->skill_experties) }}

Motivation:
{{ strip_tags($volunteerForm->motivation) }}

Experience:
{{ strip_tags($volunteerForm->previous_volunteer_experience) }}

Medical Description:
{{ strip_tags($volunteerForm->medical_description) }}

Dietary Restrictions:
{{ strip_tags($volunteerForm->dietary_restriction) }}

© {{ date('Y') }} Gyanodaya. All rights reserved.