@forelse ($user->unreadNotifications as $notification)
@if(view()->exists('notifications.superadmin.'.\Illuminate\Support\Str::snake(class_basename($notification->type))))
@include('notifications.superadmin.'.\Illuminate\Support\Str::snake(class_basename($notification->type)))
@endif
@empty
@lang('messages.noNotification')
@endforelse