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