@extends('layouts.recruitment')
@section('content')
Coordinate and track all candidate assessments, panel reviews, and demo lessons.Interview Schedule
| Candidate | Interview Type | Date & Time | Status | Action |
|---|---|---|---|---|
|
{{ $interview->application->applicant->full_name }}
{{ $interview->application->jobOpening->position->title }}
|
|
{{ \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 scheduledCoordinate sessions by visiting an applicant's profile. |
||||