@extends('layouts.app') @section('custom-css') @endsection @section('content')
@if (session('success'))
{{ session('success') }}
@endif
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 Vendor Advise AHL Reply 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/shiper-adviser.blade.php on line 64

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

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

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

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

Warning: Attempt to read property "call_input" on null in /home/ahlpk/public_html/admin/resources/views/vendor/shiper-adviser.blade.php on line 104
{{$call_input_value}}
@endforeach
{{ ($order->shiperAdviser) ? $order->shiperAdviser->advise : '' }} {{ ($order->shiperAdviser) ? $order->shiperAdviser->ahl_reply : '' }} @if(!$order->shiperAdviser) @else @endif
{{$orders->links()}}
@endsection @section('custom-js') @endsection