@if($order->from_country!='')
From Country: {{isset($from_country)?$from_country:''}} To Country: {{isset($to_country)?$to_country:''}}

Shipment: {{ucfirst($order->order_shipping_type)}}

@endif @if($order->from_country=='')
JOB No: {{$order->order_no}}
City: {{$order->city}}
Shipment: {{$order->order_shipping_type}}
Type: {{$order->order_type}}

@endif @if($order->from_country!='') @foreach($orderdetails as $val) @endforeach
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}}

@endif @if($order->from_country=='') @foreach($orderdetails as $val) @php $sno = 1; @endphp @endforeach
# 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}}

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