| Received from | {{ $recipientName }} | For | {{ $purposeLabel }} |
| Issued | {{ $issuedAt }} | Status | {{ $status }} |
| Description | Amount |
|---|---|
| {{ $item['name'] }} | ₦{{ number_format($item['amount'], 2) }} |
| Total | ₦{{ number_format($totalAmount, 2) }} |
| Amount paid | ₦{{ number_format($amountPaid, 2) }} |
| Balance due | ₦{{ number_format($amountDue, 2) }} |
| {{ $p['paid_at'] ?? '—' }} | {{ strtoupper($p['method']) }} | {{ $p['reference'] ?? '—' }} | ₦{{ number_format($p['amount'], 2) }} |