= $this->extend('layout/management_layout') ?> = $this->section('content') ?>
| ID | Parent | Year | Status | Requested | Approved | Submitted | |
|---|---|---|---|---|---|---|---|
| = (int) ($row['id'] ?? 0) ?> | = esc(trim(($parent['firstname'] ?? '') . ' ' . ($parent['lastname'] ?? '')) ?: ('#' . (int) ($row['parent_id'] ?? 0))) ?> | = esc($row['school_year'] ?? '') ?> | = esc($row['status'] ?? '') ?> | = $row['requested_amount'] !== null && $row['requested_amount'] !== '' ? '$' . number_format((float) $row['requested_amount'], 2) : '—' ?> | = $row['admin_amount'] !== null && $row['admin_amount'] !== '' ? '$' . number_format((float) $row['admin_amount'], 2) : '—' ?> | = esc($row['created_at'] ?? '') ?> | Review |
| No financial aid requests found. | |||||||