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

5 lines
263 B
PHP
Raw Permalink Normal View History

2024-10-07 06:13:42 +00:00
<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>