@if($displayLabel) @endif @if($isInputGroup)
@endif @if($inputLeftText) {!! $inputLeftText !!} @endif merge(['class' => 'form-control ' . ($errors->has($field) ? 'is-invalid' : '')]) !!} @if($isWired) wire:model{!! $wireModifier ? ".". $wireModifier : '' !!}="{{ $field }}" @endif @if($disabled) disabled @endif @if($placeholder) placeholder="@lang($placeholder)" @endif /> @if($inputRightText) {!! $inputRightText !!} @endif @if($inputButtonText) @endif @if($isInputGroup) @endif @if($isInputGroup)
@endif @if(!$isInputGroup) @endif