Outward Order Products Accounts Approval   Ready to Send

@if(!empty($posSaleOrder->items) && $posSaleOrder->items->count() > 0)
{{-- PRODUCTS SELECTED --}}
Box Number: Barcode:
{{-- PRODUCTS SELECTED --}}

@foreach($posSaleOrder->items as $item) @endforeach
Box Article Color Size Product Code Barcode Qty Outward
{{ $item->boxnum }} {{ $item->article }} {{ $item->color }} {{ $item->size }} {{ $item->productcode }} {{ $item->barcode }} {{ $item->qty }} {!! $item->outward == 0 ? '' : ' Outwarded' !!}
@else
No items to outward!
@endif