{{-- Title Bar --}} Packing List Updater - AI
@if (Session::get('message')) @endif @if($errors->all()) @endif
@if($this->answer)
@foreach($this->answer->matches as $match) @foreach ($match->sizes as $size) @endforeach @endforeach
Shipment Line ID Style Colourway Size Ordered Qty Shipped Qty Difference
{{ $match->shipment_line_id ?? "" }} {{ $match->style_name ?? "" }} {{ $match->colourway ?? "" }} {{ $size->size }} {{ $size->qty_ordered ?? "" }} {{ $size->shipped_qty ?? 0 }} {{ $size->qty_ordered - $size->shipped_qty ?? 0 }}
@endif
@script @endscript