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

Are you sure you want to DELETE this?

@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
}