@props([ 'disabled' => false, 'prefix' => null, 'required' => false, 'suffix' => null, ])
class(['fi-fo-field-wrp-label inline-flex items-center gap-x-3']) }} > {{ $prefix }}
{{-- Deliberately poor formatting to ensure that the asterisk sticks to the final word in the label. --}} {{ $slot }}@if ($required && (! $disabled))
*
@endif
{{ $suffix }}