extend('layout/management_layout') ?> section('content') ?>
get('status')): ?>
get('status') ?>
get('error')): ?>
get('error') ?>

Add & Deduct Charges ( - )

ID Type Title Amount Parent Status Invoice Due
No charges
# 0); $isDed = ($ctype === 'deduct') || ((float)($r['amount'] ?? 0) < 0); $badge = $isAdd ? 'bg-success' : ($isDed ? 'bg-danger' : 'bg-secondary'); $label = $isAdd ? 'Add' : ($isDed ? 'Deduct' : ucfirst($ctype ?: '')); ?>
$ 'bg-info', 'applied' => 'bg-success', 'void' => 'bg-danger'][$r['status']] ?? 'bg-light'; ?>
Total Amount $
links() ?>
endSection() ?> section('scripts') ?> endSection() ?>