Files
radical-hive/resources/views/components/forms/inputs/text.blade.php
T

4 lines
140 B
PHP
Raw Normal View History

2024-11-07 17:16:20 +02:00
<div class="flex column formGroup">
<label for={{$name}}>{{$label}}</label>
<input type="text" name="{{$name}}" id={{$name}}>
</div>