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

5 lines
263 B
PHP

<div class="form-group">
<label>{{$title}} </label>
<textarea autocomplete="off" maxlength="250" name="{{$id}}" id="{{$id}}" class="form-control"
style="height: 60px;" placeholder="Isikan {{$title}}" cols="30" rows="10">{{$value}}</textarea>
</div>