@use('\Illuminate\Support\Number', 'Number') Manage deposits
@can('manually create deposit')
@endcan
@if ($deposits->count() > 0)
@foreach ($deposits as $deposit) @endforeach
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') Confirm @endcan @endif
{{ $deposits->links() }}
@else
no record found @if ($search != '' || $status != 'All' || ($fromDate != '' && $toDate != ''))

No Result found

We couldn't find what you are looking for. Try again.

@else

No Data found

You do not have any deposit record.
When your users deposit into their account, it will appear here.

@endif
@endif
@script @endscript