@extends('layouts.examiner') @section('title', 'Online Candidates') @section('content')
| # | Reg No | Name | Gender | Department | IP | Time Left (min) | Started | Actions |
|---|---|---|---|---|---|---|---|---|
| {{ $i + 1 }} | {{ $cand->reg_no }} | {{ $cand->full_name }} | {{ $cand->gender_label }} | {{ optional($cand->department)->name ?? '—' }} | {{ $cand->ip ?: '—' }} |
{{ $exam->remaining_time ?? '—' }} | {{ $exam->started_at ? $exam->started_at->format('H:i') : '—' }} | |
| No candidates currently online. | ||||||||