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

5 lines
277 B
PHP
Raw Permalink Normal View History

2024-10-07 06:13:42 +00:00
<div class="form-group">
<label id="label_{{$id}}">{{$title}} </label>
<textarea autocomplete="off" maxlength="250" name="{{$id}}" id="{{$id}}" class="form-control"
style="height: 125px;" placeholder="Isikan Data" cols="30" rows="10">{{$value}}</textarea>
</div>