File "notifications-count.blade.php"

Full Path: /home/fundopuh/trader.fxex.org/resources/views/purpose/livewire/user/notifications-count.blade.php
File size: 288 bytes
MIME-type: text/plain
Charset: utf-8

<div>
    @if ($notificationsCount > 0)
        <span class="position-absolute top-0 start-100 translate-middle badge rounded-pill text-bg-danger">
            {{ $notificationsCount }}<span class="visually-hidden">unread
                messages</span>
        </span>
    @endif
</div>