mirror of
https://github.com/linuxserver/Heimdall-Apps.git
synced 2026-02-20 04:16:08 +08:00
8 lines
203 B
PHP
8 lines
203 B
PHP
<ul class="livestats">
|
|
@foreach ($visiblestats as $stat)
|
|
<li>
|
|
<span class="title">{!! $stat->title !!}</span>
|
|
<strong>{!! $stat->value !!}</strong>
|
|
</li>
|
|
@endforeach
|
|
</ul> |