@extends('admin.layouts.app') @section('title', 'Attendance Report') @section('breadcrumb')
View subject-wise and student-wise attendance
| Student | Roll No. | Subject | Category | Total | Present | Absent | Attendance % |
|---|---|---|---|---|---|---|---|
|
{{ $row->student_name }}
{{ $row->student_code }}
|
{{ $row->roll_no ?? '—' }} | {{ $row->subject_name }} | {{ $row->category }} | {{ $row->total_classes }} | {{ $row->attended }} | {{ $row->absent }} |
|
No attendance records found for the selected filters