@php $datalistOptions = $getDatalistOptions(); $extraAlpineAttributes = $getExtraAlpineAttributes(); $id = $getId(); $isConcealed = $isConcealed(); $isDisabled = $isDisabled(); $isPrefixInline = $isPrefixInline(); $isSuffixInline = $isSuffixInline(); $mask = $getMask(); $prefixActions = $getPrefixActions(); $prefixIcon = $getPrefixIcon(); $prefixLabel = $getPrefixLabel(); $suffixActions = $getSuffixActions(); $suffixIcon = $getSuffixIcon(); $suffixLabel = $getSuffixLabel(); $statePath = $getStatePath(); $hasSelect = $hasSelect(); @endphp @if ($hasSelect) @if ($getPosition() === 'prefix') {{ $getSelectComponent() }} @else {{ $getSelectComponent() }} @endif @endif @if ($datalistOptions) @foreach ($datalistOptions as $option) @endif