Samples @can('style:update') @endcan
@if(!$hideFilters)
@error('search') {{ $message }} @enderror
@endif
@if (Session::get('message')) @endif @if($errors->all()) @endif
@if($columns['Style']) @endif @if($columns['Version']) @endif @if($columns['Colourway']) @endif @if($columns['Type']) @endif @if($columns['Expected']) @endif @if($columns['Sent']) @endif @if($columns['Tracking']) @endif @if($columns['Weight']) @endif @if($columns['Size']) @endif @if($columns['Qty']) @endif @if($columns['Status']) @endif @if($columns['Comments']) @endif @if($columns['Dont Charge']) @endif @if($columns['Dont Charge Dev']) @endif @if($columns['Notes for Finance']) @endif @if($columns['PO']) @endif @foreach($samples->groupBy('style_id') as $s=>$style) @foreach($style as $sample) @if($columns['Style']) @endif @if($columns['Version']) @endif @if($columns['Colourway']) @endif @if($columns['Type']) @endif @if($columns['Expected']) @endif @if($columns['Sent']) @endif @if($columns['Tracking']) @endif @if($columns['Weight']) @endif @if($columns['Size']) @endif @if($columns['Qty']) @endif @if($columns['Status']) @endif @if($columns['Comments']) @endif @if($columns['Dont Charge']) @endif @if($columns['Dont Charge Dev']) @endif @if($columns['Notes for Finance']) @endif @if($columns['PO']) @endif @endforeach @endforeach
StyleVersionColourwayTypeExpectedSentTrackingWeightSizeQtyStatusCommentsDon't Charge?Don't Charge Dev?Notes for FinancePO
{{$sample->customer_ref}}{{$sample->style_version}} {{Str::title($sample->colourway)}}
@if(!empty($sample->image)) @endif
{{$sample->sample_type}}{{date_format(date_create($sample->date_sent), "d-M")}}{{date_format(date_create($sample->date_expected), "d-M")}}{{$sample->tracking}}{{$sample->weight}}{{$sample->size}}{{$sample->qty}}{{$sample->status}}{{$sample->comments}}@if($sample->do_not_charge) Y @else N @endif@if($sample->do_not_charge_dev) Y @else N @endif{{$sample->fn_notes}}{{$sample->po}} @if(Gate::check('style:update') && !$sample->season_locked) @endif
{{ $samples->links() }} @script @endscript