{{ __('transaction.withdrawal_history') }}
@if( !$payouts_history->isEmpty() ) @foreach($payouts_history as $single) @php if( $single->status == 'processed' ){ $single->status = 'completed'; } $tag = getTag( $single->status ); @endphp @endforeach
{{ __('transaction.ref_no')}} {{ __('transaction.date')}} {{ __('transaction.payout_type')}} {{ __('transaction.amount')}} {{ __('transaction.status')}}
{{ date($date_format, strtotime( $single->created_at )) }} {{ ucfirst( $single->payment_method )}} {{ getPriceFormat($currency_symbol, $single->amount) }} {{ $tag['text'] }}
{{ $payouts_history->links('pagination.custom') }} @else
{{ __('general.no_record') }}

{{ __('general.no_record') }}

@endif
@push('scripts') @endpush