{{ count($user->unreadNotifications) }} @lang('app.unreadNotifications')
@foreach ($user->unreadNotifications as $notification) @include('notifications.superadmin.detail_'.snake_case(class_basename($notification->type))) @endforeach