@props([
'name',
'label' => null,
'options' => [],
'value' => null,
'disabled' => false,
'help' => null,
'inline' => false
])
@if($label)
@endif
@foreach($options as $optionValue => $optionLabel)
@endforeach
@if($help)
{{ $help }}
@endif
@error($name)
{{ $message }}
@enderror