= $this->extend('layout/management_layout') ?> = $this->section('content') ?>
| Student Name | Total Absences | Last Absence Date | Last Absence Reason | Actions |
|---|---|---|---|---|
| = $student['name'] ?> | = $student['total_absences'] ?> | = $student['last_absence'] ? local_date($student['last_absence']['date'], 'm-d-Y') : 'N/A' ?> | = $student['last_absence']['reason'] ?? 'N/A' ?> | View Details |