| Name | Category | Amount | Type | Status |
|---|---|---|---|---|
| {{ $item->title }} | {{ \App\Models\FinancialItem::CATEGORIES[$item->category] ?? ucfirst($item->category) }} | {!! '₦' !!}{{ number_format($item->amount, 2) }} | @if($item->is_optional) Voluntary @else Mandatory @endif | @if($item->is_active) Active @else Inactive @endif |