Client Deposits
| S/N | Client | Amount | Payment Method | Status | Date | Action |
|---|---|---|---|---|---|---|
| {{ $counter }} | {{ optional($item->user)->name }} | ${{ number_format($item->amount, 2) }} | {{ optional($item->system_wallet)->name }} | {{ Str::ucfirst($item->status) }} | {{ $item->created_at->diffForHumans() }} |
@if($item->status != 'processed')
@endif
|