@extends('admin.layouts.app') @section('title', 'Student Dashboard') @section('breadcrumb')
{{ $student?->class?->name }} — Semester {{ $student?->current_semester }} | Roll No: {{ $student?->roll_no ?? 'Not assigned' }}
| Subject | Category | Classes | Attended | % |
|---|---|---|---|---|
| {{ $row->subject_name }} | {{ $row->category }} | {{ $row->total_classes }} | {{ $row->attended }} |
Below 75%
@endif
|
| No attendance data yet | ||||
No fee records found
@endforelse