3
0
Fork 0

Redesign + Fixes

This commit is contained in:
thomas 2021-06-29 22:05:00 +02:00
parent 7718ed6c32
commit 7fe8056e35
67 changed files with 1898 additions and 2799 deletions

View file

@ -0,0 +1,8 @@
<div class="panel panel-theme">
<div class="panel-heading">
<h4 class='panel-title'>{{ $title }}</h4>
</div>
<div class="panel-body">
{{ $slot }}
</div>
</div>