@props([ 'label' => null, 'labelHidden' => false, 'required' => false, ])
class([ 'fi-fieldset rounded-xl border border-gray-200 p-6 dark:border-white/10', ]) }} > @if (filled($label)) $labelHidden, ]) > {{-- Deliberately poor formatting to ensure that the asterisk sticks to the final word in the label. --}} {{ $label }}@if ($required)* @endif @endif {{ $slot }}