@php $canSelectPlaceholder = $canSelectPlaceholder(); $isDisabled = $isDisabled(); $state = $getState(); if ($state instanceof \BackedEnum) { $state = $state->value; } $state = strval($state); @endphp
merge($getExtraAttributes(), escape: false) ->class([ 'fi-ta-select', 'px-3 py-4' => ! $isInline(), ]) }} > @if ($canSelectPlaceholder) @endif @foreach ($getOptions() as $value => $label) @endforeach