Back to Main Page
@if ($previousApplicantId) Previous @endif @if ($nextApplicantId) Next @endif

{{ $applicant->f_name }} {{ $applicant->l_name }}

Applied for vacancy no: {{ $applicant->vacancy_no }}

{{ $applicant->email }} | {{ $applicant->phone }}

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)
  1. {{ $edu->degree }} from {{ $edu->institution_name }} ({{ $edu->start_date }} - {{ $edu->end_date }})
    • Education Level: {{ $edu->education_level }}
    • Country: {{ $edu->country }}
    • City / Province / State: {{ $edu->province }}
    • Grduated:graduated == 'true' || $edu->graduated == 'on') checked @endif disabled>
  2. @endforeach

Experience

    @php $i=0; $r=0; @endphp @foreach ($applicant->experience as $exp) @if ($exp->relative_experience == 'on') @php $startDate1 = $exp->start_date; $endDate1 = $exp->end_date; $startYear1 = date('Y', strtotime($startDate1)); $endYear1 = date('Y', strtotime($endDate1)); $startMonth1 = date('m', strtotime($startDate1)); $endMonth1 = date('m', strtotime($endDate1)); $months1 = $endMonth1 - $startMonth1; $years1 = ($endYear1 - $startYear1); $r+=$years1; @endphp @endif @php $startDate = $exp->start_date; $endDate = $exp->end_date; $startYear = date('Y', strtotime($startDate)); $endYear = date('Y', strtotime($endDate)); $startMonth = date('m', strtotime($startDate)); $endMonth = date('m', strtotime($endDate)); $months = $endMonth - $startMonth; if($exp->relative_experience == 'on'){ } $years = ($endYear - $startYear); $i+=$years; @endphp
  1. {{ $exp->job_title }} at {{ $exp->employer_name }} ({{ $exp->start_date }} - {{ $exp->end_date }}) {{ $years }} Years of Experience | Relative Experience : relative_experience == 'true' || $exp->relative_experience == 'on') checked @endif disabled>
    • Description Of Duties:
    • {!! $exp->description_of_duties !!}
  2. @endforeach
Overall Experience: {{ $i }} Years + {{ $months ?? 0 }} Month
Relative Experience: {{ $r }} Years + {{ $months1 ?? 0 }} Month

Skills

@foreach ($applicant->skills as $skill_no) @endforeach
{{ $skill_no->skill }} {{ $skill_no->skill_level }}

Languages

@foreach ($applicant->languages as $language) {{--
  • {{ $language->language }}: Speaking: {{ $language->speaking }}, Reading: {{ $language->reading }}, Writing: {{ $language->writing }}
  • --}} @endforeach
    Language Speaking Reading Writing
    {{ $language->language }} {{ $language->speaking }} {{ $language->reading }} {{ $language->writing }}

    Supporting Documents


    View CV

    Certificates