@props([ 'id' => $attributes->has('id'), 'type' => $attributes->get('type') ?? 'text', 'label' => $attributes->has('label'), 'readonly' => null, 'required' => null, 'disabled' => null, 'helper' => $attributes->has('helper'), 'noDirty' => $attributes->has('noDirty'), ])
merge(['class' => 'w-full form-control']) }}> @if ($label) @endif @if ($type === 'password')
@else @endif @error($id) @enderror