= $this->extend('layout/main_layout') ?> = $this->section('content') ?>
| Student | Date | Type | Time | Reason | Status | Action |
|---|---|---|---|---|---|---|
| = esc(trim(($r['firstname'] ?? '') . ' ' . ($r['lastname'] ?? ''))) ?> | = esc($reportDateLabel) ?> | = esc(ucwords(str_replace('_', ' ', $type))) ?> | = esc($timeVal ?: '—') ?> | = esc($r['reason'] ?? '') ?> | = esc($status ?: 'new') ?> | — |