}})
| From Country: | {{isset($from_country)?$from_country:''}} | To Country: | {{isset($to_country)?$to_country:''}} |
| Shipment: | {{ucfirst($order->order_shipping_type)}} |
| JOB No: {{$order->order_no}} |
| City: {{$order->city}} |
| Shipment: {{$order->order_shipping_type}} |
| Type: {{$order->order_type}} |
| Product Name | Pickup Address | Deliver Address | Weight | Size | Remark |
|---|---|---|---|---|---|
| {{$val->order_detail_product_name}} | {{$val->pickup_address}} | {{$val->deliver_address}} | {{$val->order_detail_product_weight}} | {{$val->order_detail_product_quantity}} | {{$val->order_detail_product_remark}} |
| # | Product Name | Value(RMB) | Courier Detail | No. of Parcel | Remark |
|---|---|---|---|---|---|
| {{$sno++}} | {{$val->order_detail_product_name}} | {{$val->order_detail_product_price}} | {{$val->courier_detail}} | {{$val->no_of_parcel}} | {{$val->order_detail_product_remark}} |
| URL: {{$val->order_detail_product_url}} | |||||
| Billing Details | Shipping Details |
| Name: {{ucwords($order->order_shipping_name)}} | Name: {{ucwords($order->order_shipping_name)}} |
| Address: {{$order->order_billing_address}} - {{$order->order_billing_postal_code}} | Address: {{$order->order_shipping_address}} - {{$order->order_shipping_postal_code}} |
| Email: {{$order->order_billing_email}} | Email: {{$order->order_shipping_email}} |
| Contact Number: {{$order->order_billing_contact_no}} | Contact Number: {{$order->order_shipping_contact_no}} |