@extends('admin.layouts.app') @section('title', $student->name) @section('content')
{{ $student->barcode }}
No payment records.
@endforelse| Date | Check-In | Check-Out | Duration | Status |
|---|---|---|---|---|
| {{ $a->checked_in_at->format('M d, Y') }} | {{ $a->checked_in_at->format('H:i:s') }} | {{ $a->checked_out_at ? $a->checked_out_at->format('H:i:s') : 'โ' }} | {{ $a->duration ?? 'โ' }} | {{ ucfirst($a->status) }} |
| No attendance records yet. | ||||