radfusion/resources/views/staff/meta/partials/_text.blade.php
2025-01-13 19:21:22 +06:00

5 lines
215 B
PHP

<div class="form-floating form-floating-outline mb-6">
<input type="text" class="form-control" name="{{ $name }}" id="{{ $name }}" value="{{ $value }}"/>
<label for="{{ $name }}">{{ $label }}</label>
</div>