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

4 lines
174 B
PHP
Raw Permalink Normal View History

2024-10-07 06:13:42 +00:00
<div class="form-group">
<label class="mb-0">{{$title}}</label>
<h6 style="font-size: 13px;text-align: justify;line-height: 20px;" id="{{$id}}">{{$value}}</h6>
</div>