Back to Main Page
@if ($previousApplicantId)
Previous
@endif
@if ($nextApplicantId)
Next
@endif
Personal Information
Full Name: |
{{ $applicant->f_name }} {{ $applicant->l_name }} |
Date of Birth: |
{{ $applicant->dob }} |
Gender: |
{{ $applicant->gender }} |
Email: |
{{ $applicant->email }} |
Marital Status: |
{{ $applicant->marital_status }} |
Phone: |
{{ $applicant->phone }} |
Father Name: |
{{ $applicant->father_name }} |
WhatsApp: |
{{ $applicant->whatsapp }} |
Address Information
Permanent Address
Country: {{ $applicant->country }} |
Province: |
{{ $applicant->permanent_province }} |
District: |
{{ $applicant->permanent_district }} |
Present Address |
Province: |
{{ $applicant->province }} |
District: |
{{ $applicant->district }} |
Education
@foreach ($applicant->education as $edu)
-
{{ $edu->degree }} from {{ $edu->institution_name }}
({{ $edu->start_date }} -
{{ $edu->end_date }})
@endforeach
Skills
@foreach ($applicant->skills as $skill_no)
{{ $skill_no->skill }} |
{{ $skill_no->skill_level }} |
@endforeach
Languages
Language |
Speaking |
Reading |
Writing |
@foreach ($applicant->languages as $language)
{{--
{{ $language->language }}: Speaking: {{ $language->speaking }}, Reading:
{{ $language->reading }}, Writing: {{ $language->writing }}
--}}
{{ $language->language }} |
{{ $language->speaking }} |
{{ $language->reading }} |
{{ $language->writing }} |
@endforeach