= $this->extend('layout/management_layout') ?> = $this->section('content') ?>
| ID | Parent Name | Student Name | Class Section | Charged Amount | Created | Fees Paid | Payment | Actions | |
|---|---|---|---|---|---|---|---|---|---|
| = esc($charge['id']) ?> | = esc($charge['parent_firstname'] . ' ' . $charge['parent_lastname']) ?> | = $charge['student_firstname'] ? esc($charge['student_firstname'] . ' ' . $charge['student_lastname']) : '-' ?> | = 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 | |||||||