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