Style | @endif @if($columns['Version'])Version | @endif @if($columns['Colourway'])Colourway | @endif @if($columns['Type'])Type | @endif @if($columns['Expected'])Expected | @endif @if($columns['Sent'])Sent | @endif @if($columns['Tracking'])Tracking | @endif @if($columns['Weight'])Weight | @endif @if($columns['Size'])Size | @endif @if($columns['Qty'])Qty | @endif @if($columns['Status'])Status | @endif @if($columns['Comments'])Comments | @endif @if($columns['Dont Charge'])Don't Charge? | @endif @if($columns['Dont Charge Dev'])Don't Charge Dev? | @endif @if($columns['Notes for Finance'])Notes for Finance | @endif @if($columns['PO'])PO | @endif|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{$sample->customer_ref}} | @endif @if($columns['Version']){{$sample->style_version}} | @endif @if($columns['Colourway'])
{{Str::title($sample->colourway)}} @if(!empty($sample->image)) |
@endif
@if($columns['Type']) {{$sample->sample_type}} | @endif @if($columns['Expected']){{date_format(date_create($sample->date_sent), "d-M")}} | @endif @if($columns['Sent']){{date_format(date_create($sample->date_expected), "d-M")}} | @endif @if($columns['Tracking']){{$sample->tracking}} | @endif @if($columns['Weight']){{$sample->weight}} | @endif @if($columns['Size']){{$sample->size}} | @endif @if($columns['Qty']){{$sample->qty}} | @endif @if($columns['Status']){{$sample->status}} | @endif @if($columns['Comments']){{$sample->comments}} | @endif @if($columns['Dont Charge'])@if($sample->do_not_charge) Y @else N @endif | @endif @if($columns['Dont Charge Dev'])@if($sample->do_not_charge_dev) Y @else N @endif | @endif @if($columns['Notes for Finance']){{$sample->fn_notes}} | @endif @if($columns['PO']){{$sample->po}} | @endif@if(Gate::check('style:update') && !$sample->season_locked) @endif |