@php $id = $getId(); $isDisabled = $isDisabled(); @endphp
{{ $getLabel() }}
@if (($placeholder = $getPlaceholder()) !== null)
{{ $placeholder }}
@endif @foreach ($getOptions() as $value => $label)
{{ $label }}
@endforeach