@model GeneralSettingsViewModel @{ Layout = "../Shared/_NavLayout.cshtml"; ViewData.SetActivePageAndTitle(StoreNavPages.GeneralSettings, "General Settings", Context.GetStoreData().StoreName); }
@if (!ViewContext.ModelState.IsValid) {
}

General

Services

Service Actions
Email Setup
@if (Model.CanDelete) {

Other actions

}
@section PageFootContent { }