@foreach($this->options as $option) @endforeach
ID Partslink Suppliers Lights Always Show Actions
{{ $option->id }} {{ $option->partslink }}
{{ $this->getSupplierNames($option->suppliers_ids) }}
@if($option->categories_lights_always_show) Yes @else No @endif
@if($this->options->hasPages())
{{ $this->options->links() }}
@endif

{{ $editingId ? 'Edit' : 'Add' }} Partslink Option

@error('partslink')

{{ $message }}

@enderror

Hold Ctrl/Cmd to select multiple suppliers

Upload {{ $uploadType === 'usauto_lights' ? 'US Auto Lights' : 'Partslink Options' }}

@error('uploadFile')

{{ $message }}

@enderror
@if($uploadType === 'usauto_lights')

This will import US Auto lighting parts with special configuration.

@endif