{{ __('general.all_requests') .' ('. $requests->total() .')' }}
@if( !$requests->isEmpty() )
{{ $requests->links('pagination.custom') }}
@else
@include('admin.no-record')
@endif
| {{ __('#' )}} | {{ __( 'general.name' )}} | {{ __('general.date' )}} | {{ __('general.withdraw_amount' )}} | {{ __('general.payout_type' )}} | {{__('general.status')}} | {{ __('general.account_detail' )}} |
|---|---|---|---|---|---|---|
| {{ $single->id }} | {!! $single->User->full_name !!} | {{ date($date_format, strtotime( $single->created_at )) }} | {{ getPriceFormat($currency_symbol, $single->amount) }} | @if($single->payment_method == 'escrow') {{ __('billing_info.escrow') }} @elseif($single->payment_method == 'paypal') {{ __('billing_info.paypal') }} @elseif($single->payment_method == 'payoneer') {{ __('billing_info.payoneer_heading') }} @elseif($single->payment_method == 'bank') {{ __('billing_info.bank') }} @endif | {{ $tag['text'] }} |
|