6 lines
150 B
PHP
6 lines
150 B
PHP
<div>
|
|
@if($hasAnyUnread)
|
|
<span class="absolute top-0 right-0 h-2 w-2 rounded-full bg-red-700 ring-2 ring-white"></span>
|
|
@endif
|
|
</div>
|