chess/resources/views/components/form/detail.blade.php

4 lines
161 B
PHP
Raw Normal View History

2024-08-29 03:56:32 +00:00
<div class="form-group">
<label>{{$title}}</label>
<h6 style="font-size: 12px;text-align: justify;line-height: 20px;" id="{{$id}}">{{$value}}</h6>
</div>