= $this->extend('layout/management_layout') ?> = $this->section('content') ?>
| Guardian | Contact | Address | Prefs |
|---|---|---|---|
|
Relation: = esc($relLabel) ?>
|
trim((string)$x) !== ''); ?> = esc(implode(', ', $addrParts) ?: '—') ?> | Email Email SMS SMS |
| # | Status | Total | Paid | Balance | Date |
|---|---|---|---|---|---|
| = esc($iv['invoice_number']) ?> | = esc($iv['status']) ?> | $= number_format((float)$iv['total_amount'], 2) ?> | $= number_format((float)$iv['paid_amount'], 2) ?> | $= number_format((float)$iv['balance'], 2) ?> | = esc(!empty($iv['issue_date']) ? local_date($iv['issue_date'], 'm-d-Y') : '') ?> |
| Invoice | Amount | Balance | Method | Date | Status |
|---|---|---|---|---|---|
| $= number_format((float)($p['paid_amount'] ?? 0), 2) ?> | $= number_format((float)($p['balance'] ?? 0), 2) ?> | = esc($p['payment_method'] ?? '') ?> | = esc(!empty($p['payment_date']) ? local_date($p['payment_date'], 'm-d-Y') : '') ?> | = esc($p['status'] ?? '') ?> |