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