@props([ 'label' => null, 'name' => null, 'required' => false, 'hint' => null, 'span' => null, ]) @php $hasError = $name && $errors->has($name); @endphp
{{ $hint }}
{{ $errors->first($name) }}