DELIVERY No. {{$order->orderDtSubSerial_deliveryReference}}

Client {{$order->client_name}} Date {{$order->orderDtSubSerial_printDate}}
Phone {{$order->client_phone}} Project {{$order->setup_name}}
Email {{$order->client_email}}
Address {{$order->client_address}}
Stand Qty SQR (m)
@if(isset($stands)) @for($i =0; $i < count($stands); $i++ ) @if(isset($stands[$i]->itemsByStand)) @for($j =0; $j < count($stands[$i]->itemsByStand); $j++ ) @endFor @endIf
{{$stands[$i]->orderDtSubSerial_deliveryStand}} {{$stands[$i]->stand_qty}} {{$stands[$i]->area}}
Order Cust P.Ref Sequence Cl Ref. Description Width(cm) Length(cm)
{{$stands[$i]->itemsByStand[$j]->orderNo}} {{$stands[$i]->itemsByStand[$j]->order_clientReference}} {{$stands[$i]->itemsByStand[$j]->orderDtSub_sequence}} {{$stands[$i]->itemsByStand[$j]->orderDtSubSerial_clientReference}} {{$stands[$i]->itemsByStand[$j]->item_description}} {{$stands[$i]->itemsByStand[$j]->orderDtSub_width}} {{$stands[$i]->itemsByStand[$j]->orderDtSub_lenght}}
@endFor @endIf