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