@php $pickerId = $pickerId ?? ('coaParentPicker_' . uniqid()); $inputName = $inputName ?? 'parent_id'; $inputValue = $inputValue ?? ''; $placeholder = $placeholder ?? '— No Parent (Top Level) —'; $allowAddNew = !empty($allowAddNew); $compact = !empty($compact); @endphp
Code Name Type
No matching accounts
@if($allowAddNew) @endif