@{ Layout = null; } @await Component.InvokeAsync("_AdminLayoutHeaderPartialComponent")
@await Component.InvokeAsync("_AdminLayoutNavbarPartialComponent")
@RenderBody()
@await Component.InvokeAsync("_AdminLayoutScriptPartialComponent") @RenderSection("Scripts", required: false)