@Html.ActionLink("IW4MAdmin", "Index", "Home", new { area = "" }, new { @class = "navbar-brand" })
@Html.ActionLink("Home", "Index", "Home", new { area = "" }, new { @class = "nav-link" })
@Html.ActionLink("Penalties", "List", "Penalty", new { area = "" }, new { @class = "nav-link" })
@Html.ActionLink("Admins", "PrivilegedAsync", "Client", new { area = "" }, new { @class = "nav-link" })
@RenderBody()
@RenderSection("scripts", required: false)