@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( $inputRequired ) required @endif class="datepicker" autocomplete="off" /> @switch($inputClass) @case('input_sm')
@break @case('input_md')
@break @case('input_lg')
@break @endswitch
@if (!is_null($inputMessage)) @endif