@model ProductAttributeModel @{ //page title ViewBag.PageTitle = T("Admin.Catalog.Attributes.ProductAttributes.AddNew").Text; //active menu item (system name) NopHtml.SetActiveMenuItemSystemName("Product attributes"); }

@T("Admin.Catalog.Attributes.ProductAttributes.AddNew") @T("Admin.Catalog.Attributes.ProductAttributes.BackToList")

@await Component.InvokeAsync(typeof(AdminWidgetViewComponent), new { widgetZone = AdminWidgetZones.ProductAttributeDetailsButtons, additionalData = Model })
@await Html.PartialAsync("_CreateOrUpdate", Model)