= $this->extend('layout/management_layout') ?> = $this->section('content') ?>
| School ID | Parent | Request | Term | Invoice ID | Refund Amount | Status | Requested | Approved | Approved By | Refunded | Method | Check # | Check File | Paid Amount | Actions |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| = esc($r['school_id']) ?> | = esc(($r['firstname'] ?? '').' '.($r['lastname'] ?? '')) ?> | = esc($req) ?> - | = esc(($r['school_year'] ?? '-'). ' / ' . ($r['semester'] ?? '-')) ?> | = esc($r['invoice_id'] ?? '-') ?> | $= esc(number_format((float)$r['refund_amount'], 2)) ?> | = esc($r['status']) ?> | = esc($fmt($r['requested_at'] ?? null)) ?> | = esc($fmt($r['approved_at'] ?? null)) ?> | = esc($r['approved_by_name'] ?? '-') ?> | = esc($fmt($r['refunded_at'] ?? null)) ?> | = esc($r['refund_method'] ?? '-') ?> | = esc($r['check_nbr'] ?? '-') ?> | View - | $= esc(number_format((float)$r['refund_paid_amount'], 2)) ?> |