= $this->extend('layout/main_layout') ?> = $this->section('content') ?>
You must bring 2 recent pay stubs and last year’s tax return to the school office so administration can review your financial aid request.
This is required whether you are submitting a new request or already have one open.
Use this form to request a tuition reduction. Administration will review the request and apply any approved amount to your invoice.
| Submitted | Status | Decision | Requested | Approved amount | Note |
|---|---|---|---|---|---|
| = esc($row['created_at'] ?? '') ?> | = esc($row['status'] ?? '') ?> | = esc($decisionLabel) ?> | = $row['requested_amount'] !== null && $row['requested_amount'] !== '' ? '$' . number_format((float) $row['requested_amount'], 2) : 'Not specified' ?> | = $row['admin_amount'] !== null && $row['admin_amount'] !== '' ? '$' . number_format((float) $row['admin_amount'], 2) : '—' ?> | = esc($row['admin_note'] ?? '') ?> |