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