@foreach($withdrawRequests as $key=>$withdraw) @endforeach
{{translate('SL')}} {{translate('amount')}} {{translate('name') }} {{translate('request_time')}} {{translate('status')}} {{translate('action')}}
{{$withdrawRequests->firstItem()+$key}} {{setCurrencySymbol(amount: usdToDefaultCurrency(amount: $withdraw['amount']), currencyCode: getCurrencyCode())}} @if ($withdraw->deliveryMan) {{ $withdraw->deliveryMan->f_name . ' ' . $withdraw->deliveryMan->l_name }} @else {{translate('not_found')}} @endif {{ date_format( $withdraw->created_at, 'd-M-Y, h:i:s A') }} @if($withdraw->approved==0) @elseif($withdraw->approved==1) @else @endif
@if (isset($withdraw->deliveryMan)) @else @endif
@if(count($withdrawRequests)==0) @include('layouts.back-end._empty-state',['text'=>'no_withdraw_request_found'],['image'=>'default']) @endif