| Date | Type | Title | Category | Amount | Paid | Remaining | Action |
|---|---|---|---|---|---|---|---|
| {{ $transaction->transaction_date->format('Y-m-d') }} | {{ str_replace('_', ' ', $transaction->type) }} | {{ $transaction->title }} | {{ $transaction->category }} | {{ number_format($transaction->amount, 2) }} | {{ number_format($transaction->paid, 2) }} | {{ number_format($transaction->remaining, 2) }} | |
| No transaction found. | |||||||