@use('\Illuminate\Support\Number', 'Number')
| User | Amount | Payment Method | Status | Date | Actions |
|---|---|---|---|---|---|
| spa_mode) wire:navigate @endif href="{{ route('admin.users.singleUser', ['user' => $deposit->user]) }}">{{ $deposit->user->name }} | {{ Number::currency($deposit->amount, $settings->s_currency) }} | {{ $deposit->payment_mode ? $deposit->payment_mode : '-' }} | @if ($deposit->status == 'Processed') Proccessed @else Pending @endif | {{ $deposit->created_at->toDayDateTimeString() }} {{ $deposit->created_at->format('d M, Y') }} |
@if (!blank($deposit->proof))
@can('process deposits')
@endcan
@endif
@can('delete deposits')
@endcan
@if ($deposit->status != 'Processed')
@can('process deposits')
|
We couldn't find what you are looking for. Try again.
@else
You do not have any deposit record.
When your users deposit into
their
account, it will appear here.