@using Microsoft.AspNetCore.Builder @using Microsoft.AspNetCore.Mvc.Localization @using Microsoft.AspNetCore.Mvc.TagHelpers @using Microsoft.Extensions.Localization @using Microsoft.Extensions.Options @using gehGassi.Web.Helper @model gehGassi.Web.Models.CustomerCrudVm @inject IViewLocalizer Localizer @{ ViewData["Title"] = Localizer["Button_Create"]; }
@Localizer["Customer_Create_Desc"]
@Localizer["Customer_Tab_Details"]
@Localizer["Customer_Tab_Contact"]
@Localizer["Common_Tab_Settings"]
@Localizer["Customer_Tab_Logo"]
@Localizer["Customer_Tab_Mangopay"]
@Localizer["Customer_Tab_Address"]
@Localizer["Customer_Contact_Person"]
@if (!string.IsNullOrWhiteSpace(Model.Logo)) { } else { }

@Localizer["Customer_Logo_Desc1"]

@Localizer["Customer_Mangopay_Desc"]
@Localizer["Customer_MangopayAddress"]
@Localizer["Customer_MangopayPerson"]
@Html.Hidden("jsLookupTypesUrl", Url.Action("Lookup", "CustomerType", new { includeNone = true })) @Html.Hidden("jsLookupBranchesUrl", Url.Action("Lookup", "Branch", new { includeNone = true })) @Html.Hidden("jsLookupBranchesListingsUrl", Url.Action("LookupListings", "Branch")) @Html.Hidden("jsLookupCountriesUrl", Url.Action("LookupCountries", "Country")) @Html.Hidden("jsLookupStatesUrl", Url.Action("LookupStates", "Country")) @Html.Hidden("jsGetLanguagesUrl", Url.Action("GetLanguages", "Common")) @Html.Hidden("jsUploadUrl", Url.Action("UploadTempFile", "Common")) @Html.Hidden("jsRemoveUrl", Url.Action("RemoveTempFile", "Common"))