4 lines
140 B
PHP
4 lines
140 B
PHP
|
|
<div class="flex column formGroup">
|
||
|
|
<label for={{$name}}>{{$label}}</label>
|
||
|
|
<input type="text" name="{{$name}}" id={{$name}}>
|
||
|
|
</div>
|