Bank Withdrawals
Manage your bank withdrawals
{{ session('success') }}
@endif
| Date | Amount (Tsh) | Description | Recorded By |
|---|---|---|---|
| {{ \Carbon\Carbon::parse($w->date)->format('d M Y') }} | {{ number_format($w->amount, 2) }} | {{ $w->description ?? '-' }} | {{ $w->user_name ?? 'System' }} |