Webiant Logo Webiant Logo
  1. No results found.

    Try your search with a different keyword or use * as a wildcard.

StateEditPopup.cshtml

@model StateProvinceModel

@{
    Layout = "_AdminPopupLayout";

    //page title
    ViewBag.PageTitle = T("Admin.Configuration.Countries.States.EditStateDetails").Text;
}

@T("Admin.Configuration.Countries.States.EditStateDetails")

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