4 lines
273 B
PHP
4 lines
273 B
PHP
|
<div class="form-group">
|
||
|
<label>{{$title}} </label>
|
||
|
<input oninput="znClearInput(this)" maxlength="100" autocomplete="off" type="text" value="{{$value}}" name="{{$id}}" id="{{$id}}" class="form-control form-controller-solid" placeholder="Isikan {{$title}}"/>
|
||
|
</div>
|