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