@include('include.messages')
@if($attendances->total() > 10)
@endif
| GR No | Student Name | Date | Attendance | Action |
|---|---|---|---|---|
| {{ $record->gr_no ?? 'N/A' }} | {{ $record->vtcStudent->name ?? 'N/A' }} | {{ \Carbon\Carbon::parse($record->date)->format('d M Y') }} | {{ ucfirst($record->attendence) }} | |
| No attendance records found. | ||||