@push('componentScripts') @endpush @php if(empty($disallowAddProductWorkflows)) { $disallowAddProductWorkflows = false; } @endphp @php if(empty($disallowAllProductWorkflows)) { $disallowAllProductWorkflows = false; } @endphp @php if(empty($prefillByName)) { $prefillByName = ''; } @endphp @php if(empty($prefillById)) { $prefillById = ''; } @endphp @php if(!isset($isRequired)) { $isRequired = true; } @endphp @php if(!isset($label)) { $label = 'Product'; } @endphp @php if(!isset($disabled)) { $disabled = false; } @endphp @php if(empty($hint)) { $hint = ''; } @endphp @php if(empty($nextInputSelector)) { $nextInputSelector = ''; } @endphp
{{ $__t('You have to select a product') }}
@if(!$disallowAllProductWorkflows)
{{ $__t('Type a new product name or barcode and hit TAB to start a workflow') }}
@endif
{{ $__t('will be added to the list of barcodes for the selected product on submit') }}
@include('components.barcodescanner')