@if (isAddonActive('license_verification_tool')) @endif
{{ $navbarNotifications['unread'] > 9 ? '9+' : $navbarNotifications['unread'] }}

{{ translate('Notifications') }} ({{ $navbarNotifications['unread'] }})

@if ($navbarNotifications['unread'] > 0)
@csrf
@endif
@forelse ($navbarNotifications['list'] as $navbarNotification) @if ($navbarNotification->link)
{{ $navbarNotification->title }}

{{ $navbarNotification->title }} @if (!$navbarNotification->status) @endif

{{ $navbarNotification->created_at->diffforhumans() }}

@else
{{ $navbarNotification->title }}

{{ $navbarNotification->title }} @if (!$navbarNotification->status) @endif

{{ $navbarNotification->created_at->diffforhumans() }}

@endif @empty
{{ translate('No notifications found') }}
@endforelse
{{ translate('View All') }}
@csrf