pos-gis/resources/views/components/form/number.blade.php
2024-10-07 13:13:42 +07:00

7 lines
245 B
PHP

<div class="form-group">
<label>{{$title}} </label>
<input autocomplete="off" type="text" value="{{$value}}" name="{{$id}}" id="{{$id}}" class="form-control znNumber" maxlength="{{$maxlength}}" placeholder="Isikan {{$title}}"/>
</div>