11 lines
333 B
PHP
11 lines
333 B
PHP
|
|
<div class="form-group">
|
|
<label>{{$title}} </label>
|
|
<input autocomplete="off" type="text"
|
|
value="{{$value}}" name="{{$id}}" id="{{$id}}"
|
|
oninput="znToNumber(this)" class="form-control form-control-solid {{ $classAdd ?? '' }} max-notif"
|
|
maxlength="{{$maxlength}}"
|
|
placeholder="Isikan {{$title}}"/>
|
|
</div>
|
|
|