@php $barcodearray = array(); if($getDetails){ foreach ($getDetails as $barcode) { $barcodearray[] = $barcode->awb_code; } } $jsbarcodearray = json_encode($barcodearray); @endphp
Store: Trendia Number of Shipments: 1
@php ($i = 0) @endphp @foreach($getDetails as $value) @php $i++; @endphp @endforeach
Order # Payment Mode Customer Details Contents Wt (Kg) AWB #
{{$value->order_id}} {{$value->payment_method}} (Rs.{{$value->total}}) {{$value->shipping_name}}
{{$value->shipping_addres}} {{$value->shipping_address_two}} {{$value->shipping_city}} {{$value->shipping_state}} {{$value->shipping_postcode}}
@foreach(explode('@/', $value->product_data) as $info) Product - {{$info}}

Qty - 1 @endforeach
@if($value->volumemetric_weight > $value->total_weight){{$value->volumemetric_weight}}@else {{$value->total_weight}} @endif @if($value->courier_id == 5 || $value->courier_id == 10 || $value->courier_id == 11) Barcoded value 1234567890 @else Barcoded value 1234567890 @endif