@extends('layouts.recruitment')
@section('content')
Manage teacher applications and recruitment workflow for {{ date('Y') }}/{{ date('Y') + 1 }} academic year.Recruitment Dashboard
{{ $interview->application->applicant->full_name }}
{{ ucfirst($interview->type) }} @ {{ \Carbon\Carbon::parse($interview->scheduled_at)->format('H:i') }}
No interviews scheduled for today.
@endforelse View ScheduleRole: {{ Auth::user()->roles->first()->name ?? 'HR Manager' }}