including some more dashboard components

This commit is contained in:
2026-03-05 06:34:27 +01:00
parent f03ec900c6
commit 7d8c36a771
57 changed files with 1694 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
<ul class="livestats">
<li>
<span class="title">Used</span>
<strong>{!! $used["value"] !!}<span>{!! $used["unit"] !!}</span></strong>
</li>
<li>
<span class="title">Total</span>
<strong>{!! $total["value"] !!}<span>{!! $total["unit"] !!}</span></strong>
</li>
</ul>