@extends('layouts.recruitment')
@section('content')
Review and process teacher applications across all departments.Applicants Management
| Applicant Info | Position & Dept | Type | Stage Status | Submission | Action |
|---|---|---|---|---|---|
|
{{ $applicant->full_name }}
{{ $applicant->email }}
|
{{ $latestApp->jobOpening->position->title ?? 'N/A' }}
{{ $latestApp->jobOpening->position->department->name ?? 'General' }}
|
@if($applicant->applicant_type === 'current_teacher') Staff Reapp @else New App @endif | {{ $latestApp->current_stage ?? 'Pending' }} | {{ $applicant->created_at->format('M d, Y') }} |
Review Details |
No applicants foundTry adjusting your filters or search terms. |
|||||