Customer Shipments
@foreach($drops as $d=>$drop) @endforeach
Season Factory Customer Order No Style Description Colour Total Qty ExFty
{{ $drop->season }} {{ $drop->factory }} {{ $drop->customer }} {{ $drop->customer_po }} RTD{{ explode(',', $drop->style)[0] }}
@if(!empty(explode(',', $drop->style)[1])) {{ explode(',', $drop->style)[1] }} @endif
{{ Str::title($drop->description) }} {{ Str::title($drop->colour) }} {{ $drop->total_qty }} @if(!empty($drop->revised_exfty)) {{ date_format(date_create($drop->revised_exfty), "d-M") }} @else No Date @endif