@php $hasError = !$errorless && $name && $errors->has($name); @endphp
@if ($label || $cornerHint)
@if ($label) @endif @if ($cornerHint) @endif
@endif
@if ($prefix || $icon)
@if ($icon) @elseif($prefix) {{ $prefix }} @endif
@elseif($prepend) {{ $prepend }} @endif class([ $getInputClasses($hasError), ])->merge([ 'type' => 'text', 'autocomplete' => 'off', ]) }} /> @if ($suffix || $rightIcon || ($hasError && !$append))
@if ($rightIcon) @elseif ($suffix) {{ $suffix }} @elseif ($hasError) @endif
@elseif ($append) {{ $append }} @endif
@if (!$hasError && $hint) @endif @if ($name && !$errorless) @endif