user_id === $user->id; } public function update(User $user, Notification $notification): bool { return $this->view($user, $notification); } public function delete(User $user, Notification $notification): bool { return $this->view($user, $notification); } }