8 lines
173 B
PHP
Executable File
8 lines
173 B
PHP
Executable File
<ul class="livestats">
|
|
@if ($unread > 0)
|
|
<li>
|
|
<span class="title" style="color:orange;">{!! $unread !!} Unread</span>
|
|
</li>
|
|
@endif
|
|
</ul>
|