11 lines
290 B
PHP
Executable File
11 lines
290 B
PHP
Executable File
<ul class="livestats">
|
|
<li>
|
|
<span class="title">Channels</span>
|
|
<strong>{!! $number_of_channels !!}</strong>
|
|
</li>
|
|
<li>
|
|
<span class="title">Tuners<br/>In Use</span>
|
|
<strong>{!! $tuners_in_use !!} of {!! $tuners_total !!}</strong>
|
|
</li>
|
|
</ul>
|