$payments */ ?> = $this->extend('layout/management_layout') ?> = $this->section('content') ?>
| Date | Invoice # | Paid Amount | Invoice Balance | Method | Payment Status | Invoice Status | School Year |
|---|---|---|---|---|---|---|---|
| No payment | |||||||
| = esc(!empty($p['payment_date']) ? local_date($p['payment_date'], 'm-d-Y') : '') ?> | = esc($p['invoice_number'] ?? ('#' . (int)($p['invoice_id'] ?? 0))) ?> | $= number_format((float)($p['paid_amount'] ?? 0), 2) ?> | $= number_format((float)($p['invoice_current_balance'] ?? 0), 2) ?> | = esc($p['payment_method'] ?? '') ?> | = esc($p['payment_status'] ?? '') ?> | = esc($p['invoice_status'] ?? '') ?> | = esc($p['school_year'] ?? '') ?> |