@props([
    'textLength' => null,
    'inputType' => 'text',
    'isPassword' => false,
    'placeholder' => '',
    'classes' => '',
    'name' => '',
    'defaultValue' => '',
])
    
        
        @if (isset($inputIcon))
            
                {{ $inputIcon }}
            
        @endif
        @if ($isPassword)
            
                
            
        @endif
    
    @if (isset($feedbackInfo))
        
            @if (isset($feedbackIcon))
                
                    {{ $feedbackIcon }}
                
            @endif
            
                {{ $feedbackInfo }}
            
            @if($textLength)
                
                    /{{ $textLength }}
                
            @endif
        
    @endif
    @error($name)
        
            {{ $message }}
        
    @enderror