Style Progress
@if(!$hideFilters)
@error('search') {{ $message }} @enderror
@endif
@if (Session::get('message')) @endif @if($errors->all()) @endif
@if($columns['Customer']) @endif @if($columns['Factory']) @endif @if($columns['Category']) @endif @if($columns['Image']) @endif @if($columns['RT Style No']) @endif @if($columns['Customer Style No']) @endif @if($columns['Description']) @endif @if($columns['Version']) @endif @if($columns['Colourway']) @endif @if($columns['Date of Issue']) @endif @if($columns['Carryover']) @endif @if($columns['Yarn Ends']) @endif @if($columns['Sample Yarn']) @endif @if($columns['Sample Accessories']) @endif @if($columns['Proto Approved']) @endif @if($columns['Fit Approved']) @endif @if($columns['Sealer Approved']) @endif @if($columns['SMS Approved']) @endif @if($columns['Photo Approved']) @endif @if($columns['Shipment Approved']) @endif @if($columns['Composition']) @endif @if($columns['Yarns']) @endif @if($columns['Gauge']) @endif @if($columns['Weight']) @endif @if($columns['Recent Sample Comment']) @endif @if($columns['Colourway Comments']) @endif @foreach($colourways ?? [] as $c=>$colourway) @if($columns['Customer']) @endif @if($columns['Factory']) @endif @if($columns['Category']) @endif @if($columns['Image']) @endif @if($columns['RT Style No']) @endif @if($columns['Customer Style No']) @endif @if($columns['Description']) @endif @if($columns['Version']) @endif @if($columns['Colourway']) @endif @if($columns['Date of Issue']) @endif @if($columns['Carryover']) @endif @if($columns['Yarn Ends']) @endif @if($columns['Sample Yarn']) @endif @if($columns['Sample Accessories']) @endif @if($columns['Proto Approved']) @endif @if($columns['Fit Approved']) @endif @if($columns['Sealer Approved']) @endif @if($columns['SMS Approved']) @endif @if($columns['Photo Approved']) @endif @if($columns['Shipment Approved']) @endif @if($columns['Composition']) @endif @if($columns['Yarns']) @endif @if($columns['Gauge']) @endif @if($columns['Weight']) @endif @if($columns['Recent Sample Comment']) @endif @if($columns['Colourway Comments']) @endif @endforeach
CustomerFactoryCategoryImageRT Style NoCustomer Style NoDescriptionVersionColourwayDate of IssueCarryover?No. Yarn EndsSample YarnSample AccessoriesProto Approved?Fit Approved?Sealer Approved?SMS Approved?Photo Approved?Shipment Approved?CompositionYarnsGaugeWeight (kg)Recent Sample CommentColourway Comments
{{ $colourway->customer }}{{ $colourway->factory }}{{ Str::title($colourway->category) }} @if($colourway->image != NULL) @endif RTD{{ $colourway->rt }}{{ $colourway->customer_ref }}{{ Str::title($colourway->description) }}{{ Str::title($colourway->version) }}{{ Str::title($colourway->colourway) }}{{ date_format(date_create($colourway->date_of_issue), 'd-M-Y') }}@if($colourway->carryover) Yes @else No @endif{{ $colourway->yarn_ends }} {{$colourway->sample_yarn}}
@if($colourway->sample_yarn == "Expected") {{date_format(date_create($colourway->sample_yarn_date), 'd-M-Y')}} @endif
{{$colourway->sample_accessories}}
@if($colourway->sample_accessories == "Expected") {{date_format(date_create($colourway->sample_accessories_date), 'd-M-Y')}} @endif
@foreach($colourway->composition as $material=>$percentage) {{ $material }} {{ $percentage }}%
@endforeach
@if(!empty($colourway->yarns)) @foreach($colourway->yarns as $yarn) {{ $yarn->yarn }} {{ $yarn->count }} | {{ $yarn->colour_ref }} {{ $yarn->colour }} ({{ $yarn->percentage }}%)
@endforeach @endif
{{ $colourway->gauge }} {{$colourway->weight }}{{ $colourway->comments }}
{{ $colourways->links() }} @script @endscript @push('script-head') @endpush @script @endscript