get('min') : 0 }}, max: {{ $attributes->has('max') ? $attributes->get('max') : 999999 }}, step: {{ $attributes->has('step') ? $attributes->get('step') : 1 }} }' @else x-data @endif {{ $attributes->twMerge('form-group lqd-input-container relative')}} x-id="['text-input', 'input-description', 'input-error']"> @if($label && !$noGroupLabel) @endif {{ $slot }} @if ($error || $help)
@if ($error)

{{ $error }}

@endif @if ($help)

{{ $help }}

@endif
@endif