first($name) ? '' : old($name)}}" @endif {{$required ? 'required' : ''}} @if(!$no_step) step="any" @endif @if($min) min="{{$min}}" @endif @if($max) max="{{$max}}" @endif> @error($name) {{$errors->first($name)}} @enderror