8 lines
203 B
PHP
Executable File
8 lines
203 B
PHP
Executable File
<ul class="livestats">
|
|
@foreach ($visiblestats as $stat)
|
|
<li>
|
|
<span class="title">{!! $stat->title !!}</span>
|
|
<strong>{!! $stat->value !!}</strong>
|
|
</li>
|
|
@endforeach
|
|
</ul> |