12 lines
241 B
PHP
Executable File
12 lines
241 B
PHP
Executable File
<ul class="livestats">
|
|
<li>
|
|
<span class="title">Aircraft</span>
|
|
<strong>{!! $total !!}</strong>
|
|
</li>
|
|
<li>
|
|
<span class="title">Positions</span>
|
|
<strong>{!! $positions !!}</strong>
|
|
</li>
|
|
|
|
</ul>
|