so usually i use resource and policies, but now im working on pages, how do i add permission check? i tried this but it still openable through the url ```php protected static function shouldRegisterNavigation(): bool { return auth()->user()->can("View report"); } ```