%PDF- %PDF-
Direktori : /home/silvzytp/crm-ind-code/resources/views/components/form/vertical/ |
Current File : //home/silvzytp/crm-ind-code/resources/views/components/form/vertical/inputbox.blade.php |
<div class="form-group row"> <label for="{{ $name }}" class="col-4 col-form-label {{ $labelClass ?? 'col-md-4' }}">{{ $labelName }}</label> <div class="col-8 {{ $col ?? 'col-md-8' }}"> <input type="{{ $type ?? 'text' }}" name="{{ $name }}" value="{{ $value ?? '' }}" class="form-control form-control-sm {{ $class ?? '' }}" id="{{ $name }}" autocomplete="off" @if(!empty($placeholder))placeholder="{{ $placeholder }}"@endif @isset($disabled) disabled @endisset> @if (!empty($text)) <span class="d-block text-block">{{ $text }}</span> @endif </div> </div>