Customer | @endif @if($columns['Factory'])Factory | @endif @if($columns['Category'])Category | @endif @if($columns['Image'])Image | @endif @if($columns['RT Style No'])RT Style No | @endif @if($columns['Customer Style No'])Customer Style No | @endif @if($columns['Description'])Description | @endif @if($columns['Version'])Version | @endif @if($columns['Colourway'])Colourway | @endif @if($columns['Date of Issue'])Date of Issue | @endif @if($columns['Carryover'])Carryover? | @endif @if($columns['Yarn Ends'])No. Yarn Ends | @endif @if($columns['Sample Yarn'])Sample Yarn | @endif @if($columns['Sample Accessories'])Sample Accessories | @endif @if($columns['Proto Approved'])Proto Approved? | @endif @if($columns['Fit Approved'])Fit Approved? | @endif @if($columns['Sealer Approved'])Sealer Approved? | @endif @if($columns['SMS Approved'])SMS Approved? | @endif @if($columns['Photo Approved'])Photo Approved? | @endif @if($columns['Shipment Approved'])Shipment Approved? | @endif @if($columns['Composition'])Composition | @endif @if($columns['Yarns'])Yarns | @endif @if($columns['Gauge'])Gauge | @endif @if($columns['Weight'])Weight (kg) | @endif @if($columns['Recent Sample Comment'])Recent Sample Comment | @endif @if($columns['Colourway Comments'])Colourway Comments | @endif
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ $colourway->customer }} | @endif @if($columns['Factory']){{ $colourway->factory }} | @endif @if($columns['Category']){{ Str::title($colourway->category) }} | @endif @if($columns['Image'])
@if($colourway->image != NULL)
|
@endif
@if($columns['RT Style No']) RTD{{ $colourway->rt }} | @endif @if($columns['Customer Style No']){{ $colourway->customer_ref }} | @endif @if($columns['Description']){{ Str::title($colourway->description) }} | @endif @if($columns['Version']){{ Str::title($colourway->version) }} | @endif @if($columns['Colourway']){{ Str::title($colourway->colourway) }} | @endif @if($columns['Date of Issue']){{ date_format(date_create($colourway->date_of_issue), 'd-M-Y') }} | @endif @if($columns['Carryover'])@if($colourway->carryover) Yes @else No @endif | @endif @if($columns['Yarn Ends']){{ $colourway->yarn_ends }} | @endif @if($columns['Sample Yarn'])
{{$colourway->sample_yarn}} @if($colourway->sample_yarn == "Expected") {{date_format(date_create($colourway->sample_yarn_date), 'd-M-Y')}} @endif |
@endif
@if($columns['Sample Accessories'])
{{$colourway->sample_accessories}} @if($colourway->sample_accessories == "Expected") {{date_format(date_create($colourway->sample_accessories_date), 'd-M-Y')}} @endif |
@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'])
@foreach($colourway->composition as $material=>$percentage)
{{ $material }} {{ $percentage }}% @endforeach |
@endif
@if($columns['Yarns'])
@if(!empty($colourway->yarns))
@foreach($colourway->yarns as $yarn)
{{ $yarn->yarn }} {{ $yarn->count }} | {{ $yarn->colour_ref }} {{ $yarn->colour }} ({{ $yarn->percentage }}%) @endforeach @endif |
@endif
@if($columns['Gauge']) {{ $colourway->gauge }} | @endif @if($columns['Weight']){{$colourway->weight }} | @endif @if($columns['Recent Sample Comment']){{ $colourway->comments }} | @endif @if($columns['Colourway Comments'])@endif |