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