@model MileageTraker.Web.ViewModels.CreateLogViewModel @{ ViewBag.Title = "Enter Mileage Log"; ViewBag.PageStyle = "~/Content/CreateLog/Index.css"; Layout = "~/Views/Shared/_Layout.min.cshtml"; } @section Styles { } @section Scripts { } @using (Html.BeginForm("Index", "CreateLog", FormMethod.Post)) { @:
}