@extends('layouts.recruitment') @section('content')
{{ $applicant->applications->first()->position_applying_for === 'Other' ? $applicant->applications->first()->other_position : ($applicant->applications->first()->jobOpening->position->title ?? 'Teacher') }} @if($applicant->applications->first()->position_applying_for === 'Subject Specialist' && $applicant->applications->first()->other_position) ({{ $applicant->applications->first()->other_position }}) @endif
Mobile
{{ $applicant->phone }}
{{ $applicant->whatsapp_number }}
{{ $applicant->emergency_name }}
{{ $applicant->emergency_number }}
Dismissed
{{ $applicant->dismissed }}
Convicted
{{ $applicant->convicted }}
Nationality
{{ $applicant->nationality }}
City
{{ $applicant->city_of_residence }}
Gender
{{ ucfirst($applicant->gender) }}
Birth Date
{{ $applicant->date_of_birth ? \Carbon\Carbon::parse($applicant->date_of_birth)->format('M d, Y') : 'N/A' }}
Home Address
{{ $applicant->home_address }}
Highest Qualification
{{ $applicant->highest_qualification }}
Institution & Graduation
{{ $applicant->institution }} ({{ $applicant->graduation_year }})
Major/Specialization
{{ $applicant->major }}
Professional Certifications
{{ $applicant->certifications }}
Experience
{{ $applicant->years_experience }} Years
Availability
{{ $applicant->applications->first()->available_start_date ? \Carbon\Carbon::parse($applicant->applications->first()->available_start_date)->format('M d, Y') : 'Immediate' }}
Preferred Subjects & Grades
{{ $applicant->applications->first()->subjects_can_teach ?? 'Not Specified' }}
Preferred: {{ $applicant->applications->first()->grades_preferred ?? 'N/A' }}
Employer 1 (Recent)
{{ $applicant->applications->first()->previous_school }}
{{ $applicant->applications->first()->prev_position }}
{{ $applicant->applications->first()->prev_period }}
Employer 2
{{ $applicant->applications->first()->prev_school_2 }}
{{ $applicant->applications->first()->prev_position_2 }}
{{ $applicant->applications->first()->prev_period_2 }}
Secondary Employment ({{ $index + 1 }})
{{ $job['company'] }}
{{ $job['position'] }}
{{ $job['dates'] }}
{{ $job['nature'] }}
Department
{{ $applicant->applications->first()->current_dept }}
Years Served
{{ $applicant->applications->first()->years_served }}
Achievements
{{ $applicant->applications->first()->achievements ?? 'None documented.' }}
Challenges Faced
{{ $applicant->applications->first()->challenges ?? 'None documented.' }}
Why continue?
{{ $applicant->applications->first()->why_continue ?? 'No statement provided.' }}
{{ $ref['name'] ?? 'N/A' }}
{{ $ref['position'] ?? '' }} @ {{ $ref['org'] ?? '' }}
{{ $ref['phone'] ?? '' }} | {{ $ref['email'] ?? '' }}
No structured references provided.
@endforelse
Type: {{ $applicant->applications->first()->commitment_type ?? 'Full-Time' }}
{{ $applicant->applications->first()->other_commitments ?? 'No other commitments disclosed.' }}
{{ $applicant->applications->first()->personal_statement ?? 'No statement provided.' }}
@if($applicant->applications->first()->digital_signature)Digital Signature
{{ $applicant->applications->first()->digital_signature }}
Certified on {{ $applicant->applications->first()->submitted_at->format('M d, Y') }}
Quick-View Available
No documents uploaded.