{{-- ===================================================== Etebarit - by Gisoo Web Solutions ------------------------------------------------------ Gisoo.net ------------------------------------------------------ Copyright (c) 2026 Gisoo Web Solutions ===================================================== This code is protected by copyright ===================================================== File: input.blade.php ------------------------------------------------------ Use: The only text field in the project. Labels and hints are passed in already translated; the component never contains a literal string. ===================================================== --}} @props([ 'name', 'label' => null, 'type' => 'text', 'hint' => null, 'value' => null, ])
{{ $hint }}
@endif