@model Church.Net.Entity.HappinessBEST @{ ViewBag.returnUrl= @Url.Action("Index"); ViewBag.returnUrlTitle= "HappinessBEST List"; } @{ ViewBag.Title = "Details HappinessBEST"; }

Details

Detail of Details

@Html.LabelFor(model => model.HappinessGroup.Name, htmlAttributes: new { @class = "g-font-weight-500 g-font-size-15 g-pl-30" })
@Html.LabelFor(model => model.Name, htmlAttributes: new { @class = "g-font-weight-500 g-font-size-15 g-pl-30" })
@Html.LabelFor(model => model.Email, htmlAttributes: new { @class = "g-font-weight-500 g-font-size-15 g-pl-30" })
@Html.LabelFor(model => model.Phone, htmlAttributes: new { @class = "g-font-weight-500 g-font-size-15 g-pl-30" })
@using (Html.BeginForm()) {
@Html.AntiForgeryToken() Back to List Edit
}