{{ __('notification.notifications') }}
{{ round($totalNotifications / 2) }} New
@forelse ($top_notifications as $top_notification)
{{ $top_notification->created_at->diffForHumans() }}
@empty
@endforelse
@else
@endif
@endauth
@guest
{{__('menu.login')}}
@endguest
{{ $top_notification->title }}
{!! $top_notification->message !!}