ConfigurationPannel
@if (User.Identity?.IsAuthenticated == true) {
Configuration
Test Print
}
@if (User.Identity?.IsAuthenticated == true) {
Welcome, @User.Identity.Name
}
@RenderBody()
@await RenderSectionAsync("Scripts", required: false)