Online survey
@if (User.Identity.IsAuthenticated) {
Hi @User.Identity.Name
@*
Admin Dashboard
*@
Admin Dashboard
Logout
} else {
Sign in
}
@RenderBody()
@await RenderSectionAsync("Scripts", required: false)