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

Student Attendance Custom Report

@csrf @method('get')
Select Program Select Semester Select Section Select Course From To
@if(isset($students))

Student Monthly Attendance Report

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

@foreach($students as $row) @php $student = App\Models\Student::where('id', $row->student_id)->first(); @endphp
# ID Student Name Father Name Records Present Absent Leave Holiday Trady
{{++$loop->index}}