Webiant Logo Webiant Logo
  1. No results found.

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

Edit.cshtml

@model RecurringPaymentModel

@{
    //page title
    ViewBag.PageTitle = T("Admin.RecurringPayments.EditPaymentDetails").Text;
    //active menu item (system name)
    NopHtml.SetActiveMenuItemSystemName("Recurring payments");
}

@T("Admin.RecurringPayments.EditPaymentDetails") @T("Admin.RecurringPayments.BackToList")

@T("Admin.Common.Delete") @await Component.InvokeAsync(typeof(AdminWidgetViewComponent), new { widgetZone = AdminWidgetZones.ReccuringPaymentDetailsButtons, additionalData = Model })
@await Html.PartialAsync("_CreateOrUpdate", Model)