11 lines
243 B
PHP
Executable File
11 lines
243 B
PHP
Executable File
<ul class="livestats">
|
|
<li>
|
|
<span class="title">Pending</span>
|
|
<strong>{!! $pending !!}</strong>
|
|
</li>
|
|
<li>
|
|
<span class="title">Processing</span>
|
|
<strong>{!! $processing !!}</strong>
|
|
</li>
|
|
</ul>
|