{{ $workingDays }}

Working Days ({{ $year }})

Top Attendance

@forelse ($topStudents as $student)
{{ $student['roll_no'] ?? '—' }} {{ $student['name'] }}
{{ $student['present_count'] }}
@empty

No attendance recorded yet.

@endforelse