@foreach ($orderDetails as $value)
DELIVER To:
{{$value->shipping_name}}
{{$value->shipping_addres}},{{$value->shipping_address_two}}
{{$value->shipping_city}}
{{$value->shipping_state}},{{$value->shipping_country}}
{{$value->shipping_postcode}}
Phone No.- {{$value->shipping_phone}}
Ship By (If undelivered, return to)
{{$value->store_name}}
{{$value->rto_address_one}}, {{$value->rto_address_two}}
{{$value->rto_city}}
{{$value->rto_state}}
{{$value->rto_zipcode}}
Phone No.- {{$value->rto_mobile}}
Order#:TR {{$value->orderNo}}
Dimensions: {{$value->dimensions}}
weight: {{$value->total_weight}} KG
Routing Code: {{$value->route_code}}
@if($value->payment_method !='Prepaid' && $value->payment_method !='PREPAID')
COD AMOUNT: {{round($value->total,2)}} INR
@endif
@if($store_condition->display_name_in_label == 1)
Store Name: {{$store_condition->store_name}}
@endif
Courier: {{ucfirst($value->courier_company)}}
AWB: {{$value->awb_code}}
Item(s): {{$value->product}}
Terms and Conditions
1. Visit official website of {{ucfirst($value->courier_company)}} to view the Conditions of Carriage.
2. Shipping charges are inclusive of service tax and all figures are in INR.
All disputes are subject to Telangana jurisdiction. Goods once sold will only be taken back or exchanged as per the store's exchange/return policy.
THIS IS AN AUTO-GENERATED LABEL AND DOES NOT NEED SIGNATURE
@endforeach