| Date | Reference | Amount | Payment Method | Status | Narration | Paid By |
|---|---|---|---|---|---|---|
| {{ \Carbon\Carbon::parse($transaction->payment_date)->format('M d, Y') }} | {{ $transaction->ref ?? 'N/A' }} | ₵{{ number_format($transaction->amount, 2) }} | {{ $transaction->payment_method ?? 'N/A' }} | {{ ucfirst($transaction->status) }} | {{ $transaction->narration ?? 'N/A' }} | {{ $transaction->paid_by ?? 'N/A' }} |
| TOTAL AMOUNT: | ₵{{ number_format($total_amount, 2) }} | |||||