= $this->extend('layout/management_layout') ?> = $this->section('content') ?> '$' . number_format(((int) $v) / 100, 2); ?>
| Issue | Book | Date | Status | Price | Total |
|---|---|---|---|---|---|
| #= (int) ($book['id'] ?? 0) ?> | = esc($book['book_name'] ?? '') ?> | = esc($book['issued_at'] ?? '') ?> | = esc($book['status'] ?? '') ?> | = $money($book['unit_charge_price_cents'] ?? 0) ?> | = $money($book['total_charge_cents'] ?? 0) ?> |