main-header improved

This commit is contained in:
Daniel
2021-05-21 04:34:22 +05:30
parent 0a2ac71002
commit a29afb44db
8 changed files with 115 additions and 55 deletions

View File

@@ -4,20 +4,20 @@
<!-- <html lang="en" dir="rtl"> -->
<head>
@@include('./_head.html', {
"path": "../../",
"path": "../..",
"title": "AdminLTE 4 | General Form Elements"
})
</head>
<body class="layout-fixed">
<div class="wrapper">
@@include('./dashboard/_topbar.html', {
"path": "../../"
"path": "../.."
})
@@include('./dashboard/_sidenav.html', {
"mainPage": "forms",
"page": "general",
"path": "../../"
"path": "../.."
})
<!-- Main content -->
<div class="content-wrapper">
@@ -73,13 +73,13 @@
<!-- /.content-wrapper -->
@@include('./dashboard/_footer.html', {
"path": "../../"
"path": "../.."
})
</div>
<!-- ./wrapper -->
@@include('./_scripts.html', {
"path": "../../"
"path": "../.."
})
</body>
</html>