{{ __('user.Deposit History List') }}

{{ __('user.You have Deposit :count Times', ['count' => $count]) }}

{{ __('user.Filter') }}

@include('user.deposit.filter')
@if(count($deposits) > 0) @foreach ($deposits as $index=> $item) @endforeach @else

{{__('front.No Results Found')}}

{{__('front.We could not find any transactions matching your filters. Try adjusting your search criteria.')}}

@endif
{{ __('user.S.N') }} {{ __('user.Deposit Date') }} {{ __('user.Deposit Number') }} {{ __('user.Payment Method') }} {{ __('user.Account') }} {{ __('user.Amount') }} {{ __('user.Status') }}
#{{ ++$index }} {{ date_format($item->created_at, 'd M Y') }} {{ $item->deposit_number }} {{ $item->method }} {{ $item?->user?->email }} {{ showPrice($item->amount) }}