= $this->extend('layout/management_layout') ?> = $this->section('content') ?>
| Date | Student | Class/Section | Type | Time | Reason | Status |
|---|---|---|---|---|---|---|
| = esc(!empty($r['report_date']) ? local_date($r['report_date'], 'm-d-Y') : '') ?> | = esc(($r['firstname'] ?? '') . ' ' . ($r['lastname'] ?? '')) ?> | = esc($r['class_section_name'] ?? '—') ?> | = esc(str_replace('_',' ', $r['type'])) ?> | Arrival: = esc(substr($r['arrival_time'], 0, 5)) ?> Dismiss: = esc(substr($r['dismiss_time'], 0, 5)) ?> — | = esc($r['reason'] ?? '') ?> | = esc(ucfirst($r['status'] ?? 'new')) ?> |
| No reports found for the selected range. | ||||||