= $this->extend('layout/management_layout') ?> = $this->section('content') ?>
| ID | Parent Name | Student Name | External Info | Class Section | Charged Amount | Created | Fees Paid | Payment | Actions |
|---|---|---|---|---|---|---|---|---|---|
| = esc($charge['id']) ?> | = esc($parentColumnName) ?> | = esc($displayName) ?> = esc($externalNote) ?> |
= esc($externalParentPhone) ?>
—
|
= esc($classSectionNames[$charge['class_section_id'] ?? ''] ?? '—') ?> | $= esc(number_format($charge['event_amount'] ?? 0, 2)) ?> | = esc(!empty($charge['created_at']) ? local_datetime($charge['created_at'], 'm-d-Y H:i') : '') ?> | Paid Unpaid | ||
| Totals | $= esc(number_format($totalCharged, 2)) ?> | = esc($totalParticipants) ?> participating | |||||||