@extends('admin.layouts.app') @section('title', 'Educator Profile') @section('breadcrumb')
{{ $educator->designation?->name ?? '—' }} | {{ $educator->department?->name ?? '—' }}
| Class | Total Classes | Classes Attended | Classes Absent | % Attendance |
|---|---|---|---|---|
| {{ $row->class_name }} | {{ $row->total }} | {{ $row->attended }} | {{ $row->absent }} | {{ $row->pct }}% @if ($row->pct < 75) @endif |
| No attendance records | ||||