v2 first commit
This commit is contained in:
@ -0,0 +1,7 @@
|
||||
<h2>{{ $setting['name'] }}</h2>
|
||||
|
||||
@if ($setting['description'])
|
||||
<div class="well well-sm">
|
||||
{{ $setting['description'] }}
|
||||
</div>
|
||||
@endif
|
Reference in New Issue
Block a user