@include('include.messages')
@if($attendances->total() > 2)
@endif
| Student Name | Class | Date | Attendance | Action |
|---|---|---|---|---|
| {{ $record->student->stu_full_name ?? 'N/A' }} | {{ $record->class }} | {{ \Carbon\Carbon::parse($record->date)->format('d M Y') }} | {{ ucfirst($record->attendance) }} | |
| No attendance records found. | ||||