@model Nop.Plugin.Pickup.PickupInStore.Models.StorePickupPointModel @{ Layout = "~/Areas/Admin/Views/Shared/_AdminPopupLayout.cshtml"; }

@T("Admin.Common.AddNew")

@await Html.PartialAsync("~/Plugins/Pickup.PickupInStore/Views/_CreateOrUpdate.cshtml", Model)