@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}}

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

@php $reference = $order->order_reference; echo 'barcode'; @endphp
@if(!empty($vendor->vendor_image)) @else

{{$vendor->vendor_name}}

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

Payment Details

Payment Mode:

{{$order->orderType->name}}

Collection Amount:

{{$order->consignment_cod_price}}

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

Shipper Name:

{{$vendor->vendor_name}}

Order ID:

{{$order->consignment_order_id}}

Parcel Nature:

{{$order->parcelNature->name}}

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

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

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

@if($vendor->printing_slips == 2)
Shipping Date: {{ date('d/m/y') }}
Customer Copy
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}}

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

@php $reference = $order->order_reference; echo 'barcode'; @endphp
@if(!empty($vendor->vendor_image)) @else

{{$vendor->vendor_name}}

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

Payment Details

Payment Mode:

{{$order->orderType->name}}

Collection Amount:

{{$order->consignment_cod_price}}

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

Shipper Name:

{{$vendor->vendor_name}}

Order ID:

{{$order->consignment_order_id}}

Parcel Nature:

{{$order->parcelNature->name}}

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

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

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

@endif @endforeach