@php($notifications = $notifications ?? collect()) @if ($notifications->isNotEmpty())

{{ trans('core/base::notifications.notifications') }} {{ number_format($notificationsCount) }}

@endif
$notifications->isNotEmpty()]) style="height: 92vh;" > @include('core/base::notification.partials.notification-item', compact('notifications'))