Online Survey
@if (User.Identity.IsAuthenticated) {
Account
@(User.Identity.Name?.Substring(0, 1).ToUpper() ?? "U")
@User.Identity.Name
Account Holder
Actions
Admin Dashboard
Logout
} else {
Sign In
}
@RenderBody()
@await RenderSectionAsync("Scripts", required: false)