2019-11-16 10:21:14 +03:00

8 lines
150 B
PHP

<h2>{{ $setting['name'] }}</h2>
@if ($setting['description'])
<div class="well well-sm">
{{ $setting['description'] }}
</div>
@endif