@extends('layouts.app') @section('custom-css') @endsection @section('content')
@if (session('success'))
{{ session('success') }}
@endif
Pending Shiper Adviser Parcel
@foreach($shiperParcelsAdvise as $parcelAdvise) @if(!empty($parcelAdvise->scanOrder->middle_man_scan_date)) @else @endif @endforeach
# Customer Ref Parcel Attempts Vendor Name Age Amount Order ID Status Cancel At Customer Name Customer Address Customer Phone Shiper Advise Shiper Date IVR Remarks Send Reply
{{ $loop->iteration }} {{ $parcelAdvise->order_reference }} {{ $parcelAdvise->parcel_attempts }} / {{ $parcelAdvise->parcel_limit }} {{ $parcelAdvise->vendor ? $parcelAdvise->vendor->vendor_name : '' }} {{\Carbon\Carbon::parse($parcelAdvise->scanOrder->middle_man_scan_date)->diffInDays(\Carbon\Carbon::now())}} Days {{ $parcelAdvise->consignment_cod_price }} {{ $parcelAdvise->consignment_order_id }} {{ $parcelAdvise->orderStatus ? $parcelAdvise->orderStatus->name : '' }} {{ date('d-m-Y H:i A', strtotime($parcelAdvise->updated_at)) }} {{ $parcelAdvise->full_name }} {{ $parcelAdvise->consignee_address }} {{ $parcelAdvise->consignee_phone }} {{ ($parcelAdvise->shiperAdviser) ? $parcelAdvise->shiperAdviser->advise : '' }} {{ date('d-m-Y H:i A', strtotime($parcelAdvise->shiperAdviser->created_at)) }} @foreach($parcelAdvise->countOrderAssigned as $key => $orderAssigned)
Warning: Undefined variable $orderAssigned in /home/ahlpk/public_html/admin/resources/views/first_man/pending-shiper-advise.blade.php on line 74

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

Warning: Undefined variable $orderAssigned in /home/ahlpk/public_html/admin/resources/views/first_man/pending-shiper-advise.blade.php on line 93

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

Warning: Undefined variable $orderAssigned in /home/ahlpk/public_html/admin/resources/views/first_man/pending-shiper-advise.blade.php on line 114

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