@extends('admin.layouts.container') @section('content')
@if(count($orders)) {{ __('dashboard.aramex_call_pickup') }}
{{__('productRequests.head') }}
{{__('productRequests.pending') .'('. count($orders['pending'] ?? []).')'}}
{{__('productRequests.charging') .'('. count($orders['charging'] ?? []).')'}}
@endif
{{-- --}} {{-- --}}
{{ __('productRequests.user_name') }} {{ __('productRequests.user_phone') }} {{ __('productRequests.user_email') }} {{ __('productRequests.pay_way') }}{{ __('productRequests.shipment_number') }}{{ __('productRequests.status') }} {{ __('dashboard.created_at') }} {{ __('dashboard.processes') }}
--}} {{-- --}} {{--
@endsection @section('inner_js') @endsection