%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /home/silvzytp/ccd-ind-code/resources/views/components/form/
Upload File :
Create Path :
Current File : //home/silvzytp/ccd-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


Zerion Mini Shell 1.0