%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /home/silvzytp/calling_code/resources/views/components/form/
Upload File :
Create Path :
Current File : //home/silvzytp/calling_code/resources/views/components/form/inputbox.blade.php

<div class="form-group">
    @if(!empty($labelName))
        <label for="{{ $name }}" class="{{ $required ?? '' }}">{{ $labelName }}</label>
    @endif
    <input class="form-control {{ $class ?? '' }}" name="{{ $name }}" id="{{ $name }}" value="{{ $value ?? '' }}" type="{{ $type ?? 'text' }}" placeholder="{{ $placeholder ?? '' }}" @if(!empty($onKeyup)) onkeyup="{{ $onKeyup }}" @endif autocomplete="off">

    @if (!empty($error))
        @error($error)
            <span class="d-block text-danger error">{{ $message }}</span>
        @enderror
    @endif
</div>

Zerion Mini Shell 1.0