getResource()::getUrl('index'); } protected function getSavedNotification(): ?Notification { return Notification::make() ->success() ->title('Page updated') ->body('Page updated successfully'); } }