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

{{ __('user.You have Withdraw :count Times', ['count' => $withdraws->total()]) }}

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

@include('user.withdraw.filter',['withdrawMethods'=>$withdrawMethods])
@if(count($withdraws)) @foreach ($withdraws as $index=> $item) @endforeach @else @endif
{{ __('user.S.N') }} {{ __('user.Transaction no') }} {{ __('user.Payment Method') }} {{ __('user.Amount') }} {{ __('user.Fee') }} {{ __('user.Payout Date') }} {{ __('user.Status') }} {{ __('user.Details') }}
#{{ ++$index }} {{ $item?->txnid }} {{ $item?->method }} {{ showPrice($item?->amount) }} ${{ $item?->fee }} {{ $item?->created_at }} {!! $item?->details !!}

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

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