@extends('../layout/' . $layout) @section('subhead') Atarud MIS - Student Attendance Branch Report @endsection @section('subcontent')

Student Attendance Branch Report

@if(isset($total))

Student Monthly Attendance Report

@foreach($total as $row) @endforeach
# Status Total Students
{{++$loop->index}} @php echo(student_attendance_status($row->status)) @endphp {{ $row->total }}
@endif
@endsection @section('script') @endsection