@props([ 'label' => null, 'for' => null, 'error' => null, 'hint' => null, ])
merge(['class' => '']) }}> @if ($label) {{ $label }} @endif {{ $slot }} @if ($hint && ! $error)

{{ $hint }}

@endif @if ($error) @endif