{{ $this->form }} @if(!empty($this->attendances))
Mark Attendance for Students Mark attendance for all students on this bus route
@foreach($this->attendances as $index => $attendance)

{{ $attendance['student_name'] }}

{{ $attendance['student_number'] }}

@endforeach
Save All Attendance
@else

Select a bus and route to load students.

@endif