= $this->extend('layout/management_layout') ?> = $this->section('content') ?>
| Parent | Invoice # | Requested | Status | Refund Details | Actions |
|---|---|---|---|---|---|
| = esc(($r['firstname'] ?? '').' '.($r['lastname'] ?? '')) ?> | = esc($r['invoice_number'] ?? '-') ?> |
$= esc(number_format($refundAmount, 2)) ?>
= esc($fmt($r['requested_at'] ?? null)) ?>
|
= esc($statusLabel) ?>
= esc($fmt($r['approved_at'])) ?>
by = esc($r['approved_by_name']) ?>
|
Check #: = esc($r['check_nbr'] ?? '-') ?>
Check File:
View
-
Paid: $= esc(number_format($paidAmount, 2)) ?>
|
|