@props(['label', 'description' => null, 'helperText' => null])
merge(['class' => 'form-label']) }}> {{ $label ?? $slot }} @if ($description)
{!! $description !!}
@endif @if ($helperText)
?
@endif