@if($inputLabel!=='hidden' && strlen(trim($inputLabel)) > 0) @endif 0) id="{{ $inputId }}" @endif @if(strlen(trim($inputValue)) > 0) value="{{ $inputValue }}" @endif @if(strlen(trim($inputPlaceholder)) > 0) placeholder="{{ $inputPlaceholder }}" @endif @if(strlen(trim($pattern)) > 0) pattern="{{ $pattern }}" @endif @if(strlen(trim($min)) > 0) minlength="{{ $min }}" @endif @if(strlen(trim($max)) > 0) maxlength="{{ $max }}" @endif @if($inputRequired) required @endif autocomplete="off" @if($clearOnFocus=='1') onfocus="this.value=''" onfocusout="if(this.value.trim() === '') this.value = 0;" @endif /> @if (!is_null($inputMessage)) @endif