= $this->extend('layout/management_layout') ?> = $this->section('content') ?>
| ID | Transaction ID | Order ID | Parent School ID | Amount | Net Amount | Currency | Status | Event Type | Date | |
|---|---|---|---|---|---|---|---|---|---|---|
| = esc($t['id']) ?> | = esc($t['transaction_id']) ?> | = esc($t['order_id']) ?> | = esc($t['parent_school_id']) ?> | = esc($t['payer_email']) ?> | $= esc(number_format($t['amount'], 2)) ?> | $= esc(number_format($t['net_amount'], 2)) ?> | = esc($t['currency']) ?> | = esc($t['status']) ?> | = esc($t['event_type']) ?> | = esc(local_datetime($t['created_at'], 'm-d-Y H:i')) ?> |