$user = AppModelsUser::find(1); foreach ($user->unreadNotifications as $notification) { echo $notification->type; }