@extends('layouts.app') @section('custom-css') @endsection @section('content')
# | Customer Ref | Parcel Attempts | Vendor Name | Assigned CS | 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 : '' }} | {{ $parcelAdvise->vendor->csrPerson->name ?? 'Not Assigned' }} | @if(!empty($parcelAdvise->scanOrder->middle_man_scan_date)){{\Carbon\Carbon::parse($parcelAdvise->scanOrder->middle_man_scan_date)->diffInDays(\Carbon\Carbon::now())}} Days | @else@endif | {{ $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->countOrderAssignedStatus as $key => $orderAssigned)
Warning: Undefined variable $orderAssigned in /home/ahlpk/public_html/admin/resources/views/first_man/pending-shiper-advise.blade.php on line 76 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 76 Warning: Undefined variable $orderAssigned in /home/ahlpk/public_html/admin/resources/views/first_man/pending-shiper-advise.blade.php on line 95 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 95 Warning: Undefined variable $orderAssigned in /home/ahlpk/public_html/admin/resources/views/first_man/pending-shiper-advise.blade.php on line 116 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 116 Warning: Undefined variable $orderAssigned in /home/ahlpk/public_html/admin/resources/views/first_man/pending-shiper-advise.blade.php on line 134 Warning: Attempt to read property "rider_id" on null in /home/ahlpk/public_html/admin/resources/views/first_man/pending-shiper-advise.blade.php on line 134 Fatal error: Uncaught Error: Class "App\Models\User" not found in /home/ahlpk/public_html/admin/resources/views/first_man/pending-shiper-advise.blade.php:135 Stack trace: #0 {main} thrown in /home/ahlpk/public_html/admin/resources/views/first_man/pending-shiper-advise.blade.php on line 135 |