7 lines
286 B
PHP
7 lines
286 B
PHP
|
|
<div class="form-group">
|
|
<label>{{$title}} </label>
|
|
<input autocomplete="off" type="text" value="{{$value}}" name="{{$id}}" id="{{$id}}" class="form-control form-control-solid {{ $classAdd ?? '' }} znNumber" maxlength="{{$maxlength}}" placeholder="Isikan {{$title}}"/>
|
|
</div>
|
|
|