Файловый менеджер - Редактировать - /home/c7lekhnath/silverray.com.au/resources/views/components/admin/form-input.blade.php
Назад
@props([ 'id' => '', 'name' => '', 'label' => null, 'type' => 'text', 'value' => '', 'required' => false, 'tooltip' => null, ]) @if ($label) <label for="{{ $id }}">{{ $label }} @if($tooltip) <span data-toggle="tooltip" data-placement="top" class="fa fa-info-circle text--primary" title="{{ $tooltip }}"> @endif @if($required)<span class="text-danger">*</span>@endif</label> @endif <input type="{{ $type }}" id="{{ $id }}" name="{{ $name }}" value="{{ $value }}" {{ $attributes->merge(['class' => 'form-control']) }}> @error($name) <span class="text-danger">{{ $message }}</span> @enderror
| ver. 1.4 |
Github
|
.
| PHP 8.3.20 | Генерация страницы: 0.5 |
proxy
|
phpinfo
|
Настройка