@extends('layouts.examiner') @section('title', 'Dashboard') @section('content') {{-- Page Header --}}
| Reg No | Name | Time |
|---|---|---|
| {{ $att->reg_no }} | {{ \Illuminate\Support\Str::limit($att->name, 18) }} | {{ $att->time ? \Carbon\Carbon::parse($att->time)->format('H:i') : '—' }} |
| No check-ins yet | ||