@once @push('componentScripts') @endpush @endonce @php if (empty($disallowAddProductWorkflows)) { $disallowAddProductWorkflows = false; } if (empty($disallowAllProductWorkflows)) { $disallowAllProductWorkflows = false; } if (empty($prefillByName)) { $prefillByName = ''; } if (empty($prefillById)) { $prefillById = ''; } if (!isset($isRequired)) { $isRequired = true; } if (!isset($label)) { $label = 'Product'; } if (!isset($disabled)) { $disabled = false; } if (empty($hint)) { $hint = ''; } if (empty($nextInputSelector)) { $nextInputSelector = ''; } if (empty($validationMessage)) { $validationMessage = 'You have to select a product'; } if (empty($productsQuery)) { $productsQuery = ''; } @endphp