= $this->extend('layout/main_layout') ?> = $this->section('content') ?>
No description
| Student Name | Status | Fee |
|---|---|---|
| = esc($participant['name']) ?> (external) = esc($participant['note']) ?> | = $isPaid ? 'Paid' : 'Unpaid' ?> | $= esc(number_format((float) ($participant['charged'] ?? 0), 2)) ?> |