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 ?? '' }}
|