@extends('admin.layouts.app') @section('title', 'Student Profile') @section('breadcrumb')
{{ $student->student_code }} | {{ $student->class?->name }} — Sem {{ $student->current_semester }}
| Subject | Category | Total | Present | Absent | % |
|---|---|---|---|---|---|
| {{ $row->subject_name }} | {{ $row->category }} | {{ $row->total }} | {{ $row->attended }} | {{ $row->absent }} | {{ $row->pct }}% @if ($row->pct < 75) @endif |
| No attendance records | |||||