@foreach($orders as $order)
Shipping Date: {{ date('d/m/y') }}
AHL
Shipping Time: {{ date('h:i:s A') }}
Consignee Information

Name: {{$order->consignee_first_name}} {{$order->consignee_last_name ? $order->consignee_last_name : ''}}

Phone: {{$order->consignee_phone}}

Email: {{$order->consignee_email}}

Destination City: {{$order->customerCity->name}}

{!! QrCode::size(150)->generate('https://staging.ahlogistic.pk/api/change-parcel-status-qr?'.$order->id) !!}

@php $reference = $order->order_reference; echo 'barcode'; @endphp

Parcel Details

Quantity: {{$order->consignment_pieces}}

Weight: {{$order->vendorWeight->ahlWeight->weight}}kg

Address: {{$order->consignee_address}}

Additional Note: {{$order->additional_services_type}}

Description: {{$order->consignment_description}}

Shipper Information

Order ID: {{$order->consignment_order_id}}

Shipper Name: {{$vendor->vendor_name}}

Origin City: {{$vendor->vendorCity->name}}

Shipper Complain Number: {{$vendor->complain_number}}

Payment Details

Payment Mode: {{$order->orderType->name}}

Collection Amount: {{$order->consignment_cod_price}}

Do not give extra charges to the AHL Driver. If the package is torn or damaged, do not accept, and return the shipment.

@endforeach