{{ count($user->unreadNotifications) }} Unread Notifications
@foreach ($user->unreadNotifications as $notification) @include('notifications.client.detail_'.\Illuminate\Support\Str::snake(class_basename($notification->type))) @endforeach