@props([ 'name', 'label' => null, 'type' => 'text', 'value' => null, 'hint' => null, 'required' => false, ]) @php $id = $attributes->get('id', $name); $current = old($name, $value); $error = $errors->first($name); @endphp
{{ $hint }}
@endif @if ($error){{ $error }}
@endif