10 lines
232 B
PHP
Executable File
10 lines
232 B
PHP
Executable File
<ul class="livestats">
|
|
<li>
|
|
<span class="title">Missing</span>
|
|
<strong>{!! $missing !!}</strong>
|
|
</li>
|
|
<li>
|
|
<span class="title">Queue</span>
|
|
<strong>{!! $queue !!}</strong>
|
|
</li>
|
|
</ul> |