@extends('layouts.app') @section('content')
Scan Parcels List
@foreach($dispatch_orders as $parcel)
Warning: Undefined variable $parcel in /home/ahlpk/public_html/admin/backup/resources/views/supervisor/load-sheet.blade.php on line 35

Warning: Attempt to read property "trip_status_id" on null in /home/ahlpk/public_html/admin/backup/resources/views/supervisor/load-sheet.blade.php on line 35

Warning: Undefined variable $parcel in /home/ahlpk/public_html/admin/backup/resources/views/supervisor/load-sheet.blade.php on line 39

Warning: Attempt to read property "trip_status_id" on null in /home/ahlpk/public_html/admin/backup/resources/views/supervisor/load-sheet.blade.php on line 39

Warning: Undefined variable $parcel in /home/ahlpk/public_html/admin/backup/resources/views/supervisor/load-sheet.blade.php on line 43

Warning: Attempt to read property "status" on null in /home/ahlpk/public_html/admin/backup/resources/views/supervisor/load-sheet.blade.php on line 43
@endforeach
Sr. # Order Reference Booking Date Customer Ref # Destination Pickup Location Pieces Weight COD Amount Order Status
{{ $loop->iteration }} {{ $parcel->orderDetail->order_reference }} {{ date('d M Y', strtoTime($parcel->created_at)) }} {{ $parcel->orderDetail->consignment_order_id }} {{ $parcel->orderDetail->consignee_address }} {{ $parcel->orderDetail->pickupLocation->address }} {{ $parcel->orderDetail->consignment_pieces }} {{ $parcel->orderDetail->vendorWeight->ahlWeight->weight . ' (' . $parcel->orderDetail->vendorWeight->city->first()->name . ')' }} {{ $parcel->orderDetail->consignment_cod_price }} {{ $parcel_status}}
Total Rs. {{ $order_details }}
@endsection