@await Html.PartialAsync("~/FrontEnd/Pages/Shared/AdminLTE/__css.cshtml") @await RenderSectionAsync("styles", required: false) @* vue *@
@await Html.PartialAsync("~/FrontEnd/Pages/Shared/AdminLTE/__navbar.cshtml") @await Html.PartialAsync("~/FrontEnd/Pages/Shared/AdminLTE/__sidebar.cshtml")
@Html.AntiForgeryToken() @RenderBody()
@await Html.PartialAsync("~/FrontEnd/Pages/Shared/AdminLTE/__footer.cshtml")
@await Html.PartialAsync("~/FrontEnd/Pages/Shared/AdminLTE/__js.cshtml") @await RenderSectionAsync("scripts", required: false)