@extends('layouts.back-end.app') @section('title', \App\CPU\translate('Withdraw Request')) @push('css_or_js') @endpush @section('content')

{{\App\CPU\translate('Withdraw_Request')}}

{{ \App\CPU\translate('Withdraw Request Table')}} {{ $withdraw_req->total() }}
@foreach($withdraw_req as $k=>$wr) @endforeach
{{\App\CPU\translate('SL')}} {{\App\CPU\translate('amount')}} {{ \App\CPU\translate('Name') }} {{\App\CPU\translate('request_time')}} {{\App\CPU\translate('status')}} {{\App\CPU\translate('Action')}}
{{$withdraw_req->firstItem()+$k}} {{\App\CPU\BackEndHelper::set_symbol(\App\CPU\BackEndHelper::usd_to_currency($wr['amount']))}} @if (isset($wr->delivery_men)) {{ $wr->delivery_men->f_name . ' ' . $wr->delivery_men->l_name }} @else {{\App\CPU\translate('not_found')}} @endif {{ date_format( $wr->created_at, 'd-M-Y, h:i:s A') }} @if($wr->approved==0) @elseif($wr->approved==1) @else @endif
@if (isset($wr->delivery_men)) @else @endif
@if(count($withdraw_req)==0)
Image Description

{{\App\CPU\translate('No_data_to_show')}}

@endif
{{$withdraw_req->links()}}
@endsection @push('script_2') @endpush