| Subject | Date | Time | Room | Duration |
|---|---|---|---|---|
| {{ $exam->subject?->name ?? $exam->title }} | {{ optional($exam->assessment_date)->format('d M Y') }} | @if($exam->start_time){{ \Illuminate\Support\Str::of($exam->start_time)->substr(0,5) }}@if($exam->end_time)–{{ \Illuminate\Support\Str::of($exam->end_time)->substr(0,5) }}@endif @else — @endif | {{ $exam->room ?? '—' }} | {{ $exam->duration_minutes ? $exam->duration_minutes.' min' : '—' }} |