@model EnVisage.Models.CreditDepartmentModel @{ ViewBag.Title = Model != null && Model.Id != Guid.Empty ? "Edit " + Model.Name : "Add New Cost Center"; } @section Scripts { }
@using (Html.BeginForm("Edit", "CreditDepartment", FormMethod.Post, new { @class = "panel form-horizontal" })) { @Html.HiddenFor(model => model.Id) @Html.AntiForgeryToken()