%PDF- %PDF-
Direktori : /home/silvzytp/crm-ind-code/resources/views/components/form/ |
Current File : //home/silvzytp/crm-ind-code/resources/views/components/form/inputicon.blade.php |
@if(!empty($labelName)) <label for="{{ $name }}" class="{{ $required ?? '' }}">{{ $labelName }}</label> @endif <div class="input-group {{ $groupClass ?? '' }}"> <input class="form-control {{ $class ?? '' }}" type="{{ $type ?? text }}" placeholder="{{ $placeholder ?? '' }}" name="{{ $name }}" id="{{ $name }}" value="{{ $value ?? '' }}"> <div class="input-group-prepend"> <span class="input-group-text bg-transparent border-left-0 {{ $addonClass ?? '' }}"><i class="{{ $icon ?? '' }}"></i></span> </div> </div> @if (!empty($error)) @error($error) <span class="d-block text-danger error">{{ $message }}</span> @enderror @endif