@extends('layouts.examiner') @section('title', 'Exam Recordings') @section('content')
| # | Reg No | Name | Department | Chunks | Total Size | Recorded At | Actions |
|---|---|---|---|---|---|---|---|
| {{ $i + 1 }} | {{ $rec->reg_no }} | {{ $cand ? $cand->full_name : '—' }} | {{ $cand && $cand->department ? $cand->department->name : '—' }} | {{ $rec->chunk_count }} | {{ number_format($rec->total_size / 1048576, 1) }} MB | {{ $rec->started_at ? \Carbon\Carbon::parse($rec->started_at)->format('d M Y H:i') : '—' }} | |
| No recordings found. | |||||||