Simple Order Import

@if (session()->has('message'))
{{ session('message') }}
@endif @if (!empty($errorsList))
@endif
Processing...
@if (!empty($preview))
@foreach($preview as $oIndex => $order)
PO: {{ $order['po'] }}
@foreach($order['styles'] as $style) @foreach($style['colourways'] as $cw) @endforeach @endforeach
RTD Customer Ref Colourway Matched Exfty Customer Exfty Into W/H Sizes
RTD{{ $style['rtd'] }} {{ $style['customer_ref'] }} {{ $cw['name'] }} @if(!empty($style['matches'])) Style OK @else Style not matched @endif
@if(!empty($cw['match'])) Colour OK @else Colour not matched @endif
{{ $cw['exfty'] }} {{ $cw['customer_exfty'] }} {{ $cw['into_wh'] }} @foreach($cw['sizes'] as $sz) {{ $sz['size'] }}: {{ $sz['qty'] }} @endforeach
@endforeach
@endif