11 lines
233 B
PHP
Executable File
11 lines
233 B
PHP
Executable File
<ul class="livestats">
|
|
<li>
|
|
<span class="title">Photos</span>
|
|
<strong>{!! $photos !!}</strong>
|
|
</li>
|
|
<li>
|
|
<span class="title">Videos</span>
|
|
<strong>{!! $videos !!}</strong>
|
|
</li>
|
|
</ul>
|