@model IEnumerable @{ ViewBag.Title = "List Chart Of Accounts"; }

Chart Of Accounts

@foreach (var item in Model) { }
Code Account Name Section Category Type Action
@Html.DisplayFor(modelItem => item.Id) @Html.DisplayFor(modelItem => item.AccountName) @Html.DisplayFor(modelItem => item.Segment2) @Html.DisplayFor(modelItem => item.Segment1) @Html.DisplayFor(modelItem => item.AccountType) @**@
@section Scripts { @Scripts.Render("~/bundles/jqueryval") @Html.Raw(TempData["msg"]) }