= $this->extend('layout/main_layout') ?> = $this->section('content') ?>
| First Name | Last Name | Date | Status | Reason |
|---|---|---|---|---|
| = esc($row['firstname'] ?? '') ?> | = esc($row['lastname'] ?? '') ?> | = esc(!empty($row['date']) ? local_date($row['date'], 'm-d-Y') : '') ?> | = esc($row['status'] ?? '') ?> | = esc($row['reason'] ?? '') ?> |