| {{$i}} |
{{$value['order_id']}} |
@foreach($value['products'] as $key1 => $value1)
Qty : {{ $value1['quantity'] }}
@endforeach
|
@php
$appendBoxClasses = 'boxesAppend'.$value['order_id'];
$appendWeight = 'appendWeight'.$value['order_id'];
$appendActualWeight = 'appendActualWeight'.$value['order_id'];
$appendBoxQuantity = 'appendBoxQuantity'.$value['order_id'];
$appendEditButton = 'appendEditButton'.$value['order_id'];
$cftButton = 'cftButton'.$value['order_id'];
$cftOrderIds = 'cftOrder'.$value['order_id'];
$skuIdStatic = 'sku'.$value['order_id'].'0';
$appendWeightStatic = 'appendWeight'.$value['order_id'].'0';
$appendActualWeightStatic = "appendActualWeight"."0";
$appendBoxQuantityStatic = 'appendBoxQuantity'.'0';
$widthStatic = 'width'.$value['order_id'].'-'.'0';
$lengthStatic = 'length'.$value['order_id'].'-'.'0';
$heightStatic = 'height'.$value['order_id'].'-'.'0';
$appendLength = 'appendLength'.$value['order_id'];
$appendWidth = 'appendWidth'.$value['order_id'];
$appendHeight = 'appendHeight'.$value['order_id'];
@endphp
|
|
|
|
|
|
|
|
|
@endforeach