@extends('layouts.app') @section('custom-css') @endsection @section('content')
@if (session('success'))
{{ session('success') }}
@endif
Pending Shiper Adviser Parcel
@foreach($orders as $order) @if(!empty($order->parcel_limit)) @else @endif @endforeach
# Customer Ref Parcel Attempts Amount Order ID Status Customer Name Customer Phone Customer Address IVR Remarks Action
{{ $loop->iteration }} {{ $order->order_reference }} {{ $order->parcel_attempts }} / {{ $order->parcel_limit }} 0 / 0 {{ $order->consignment_cod_price }} {{ $order->consignment_order_id }} {{ $order->orderStatus->name }} {{$order->consignee_first_name}} {{ $order->consignee_last_name }} {{ $order->consignee_phone }} {{ $order->consignee_address }} @foreach($order->countOrderAssigned as $key => $orderAssigned)
Warning: Undefined variable $orderAssigned in /home/ahlpk/public_html/admin/resources/views/vendor/pending-shiper-adviser.blade.php on line 62

Warning: Attempt to read property "ivr_value" on null in /home/ahlpk/public_html/admin/resources/views/vendor/pending-shiper-adviser.blade.php on line 62

Warning: Undefined variable $orderAssigned in /home/ahlpk/public_html/admin/resources/views/vendor/pending-shiper-adviser.blade.php on line 81

Warning: Attempt to read property "ivr_value" on null in /home/ahlpk/public_html/admin/resources/views/vendor/pending-shiper-adviser.blade.php on line 81

Warning: Undefined variable $orderAssigned in /home/ahlpk/public_html/admin/resources/views/vendor/pending-shiper-adviser.blade.php on line 102

Warning: Attempt to read property "call_input" on null in /home/ahlpk/public_html/admin/resources/views/vendor/pending-shiper-adviser.blade.php on line 102
{{$call_input_value}}
@endforeach
{{$orders->links()}}
@endsection @section('custom-js') @endsection