{{ __($label) }}
@foreach ($options as $key => $option) @php $optionValue = is_string($key) ? $key : strtolower(str_replace([' ', '+'], ['_', 'plus'], $option)); $optionId = $name . '_' . str_replace([' ', '+'], ['_', 'plus'], strtolower($optionValue)); @endphp @endforeach
@error($name) {{ $message }} @enderror