@extends('layout.master') @section('content')
{{ csrf_field() }}

Packages

@php $i = 0; @endphp @foreach($orders as $key => $value) @php $i++; @endphp @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
Sr. No. Order No. SKU's Boxes CFT Action
Box Box Weight Actual Weight Box Quantity length Width Height
{{$i}} {{$value['order_id']}} @foreach($value['products'] as $key1 => $value1)

sku : {{$value1['sku']}}

Qty : {{ $value1['quantity'] }}

@endforeach

Box

@endsection