label(__('blog.delete')), RestoreAction::make() ->label(__('blog.restore')), ForceDeleteAction::make() ->label(__('blog.force_delete')), ]; } protected function getRedirectUrl(): string { return $this->getResource()::getUrl('index'); } protected function getSavedNotificationTitle(): ?string { return __('blog.updated_successfully'); } }