@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

{{--

Program: {{$data['program']->title}}     Semester: {{$data['semester']->name}}     Section: {{$data['section']->name}}     Date: {{$data['date']}}

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