pos-gis/resources/views/components/form/no.blade.php

11 lines
292 B
PHP
Raw Permalink Normal View History

2024-10-07 06:13:42 +00:00
<div class="form-group">
<label>{{$title}} </label>
<input autocomplete="off" type="text"
value="{{$value}}" name="{{$id}}" id="{{$id}}"
oninput="znToNumber(this)" class="form-control max-notif"
maxlength="{{$maxlength}}"
placeholder="Isikan {{$title}}"/>
</div>