@extends('layouts.recruitment') @section('content')

Interview Schedule

Coordinate and track all candidate assessments, panel reviews, and demo lessons.

Interviews Today
{{ $stats['today'] }}
Upcoming
{{ $stats['upcoming'] }}
Completed
{{ $stats['completed'] }}
Total Sessions
{{ $stats['total'] }}

Full Timeline Overview

@forelse($interviews as $interview) @empty @endforelse
Candidate Interview Type Date & Time Status Action
Avatar
{{ $interview->application->applicant->full_name }}
{{ $interview->application->jobOpening->position->title }}
{{ ucfirst($interview->type) }}
{{ \Carbon\Carbon::parse($interview->scheduled_at)->format('l, M d') }} {{ \Carbon\Carbon::parse($interview->scheduled_at)->format('H:i A') }}
{{ $interview->status }} {{ $interview->status === 'Completed' ? 'View Result' : 'Enter Scores' }}

No interviews scheduled

Coordinate sessions by visiting an applicant's profile.

{{ $interviews->links() }}
@endsection