Client name | Amount requested | Amount + charges | Payment Method | Status | Date created | |
---|---|---|---|---|---|---|
{{ $item->duser->name }} | {{ $settings->currency }}{{ number_format($item->amount) }} | {{ $settings->currency }}{{ number_format($item->to_deduct) }} | {{ $item->payment_mode }} | @if ($item->status == 'Processed') {{ $item->status }} @else {{ $item->status }} @endif | {{ \Carbon\Carbon::parse($item->created_at)->toDayDateTimeString() }} | View |
We couldn't find what you are looking for. Try again.
@else
You do not have any withdrawal record.
When your users place a
withdrawal request, it will appear here.