@props(['name', 'label', 'value' => null, 'required' => false, 'help' => null, 'options' => []])
@foreach ($options as $optionValue => $optionLabel)
@endforeach
@error($name)
{{ $message }}
@enderror @if ($help && !$errors->has($name))
{{ $help }}
@endif