11 lines
233 B
PHP
Executable File
11 lines
233 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>
|