| Reference | Member | Type | Amount | Mode | Date |
|---|---|---|---|---|---|
| {{ $txn->reference }} | {{ $txn->member->name }} | {{ ucfirst($txn->type) }} | {{ $txn->type==='deposit'?'+':'-' }}${{ number_format($txn->amount,2) }} | {{ ucfirst(str_replace('_',' ',$txn->payment_mode)) }} | {{ $txn->created_at->format('M d, Y H:i') }} |
| No transactions this month | |||||