feat: implement new Citrus admin design system and integrate master layout components

This commit is contained in:
Ümit Tunç
2026-04-29 06:35:13 +03:00
parent 2058f2ead6
commit b92d6088ca
2 changed files with 382 additions and 8 deletions
+9 -8
View File
@@ -63,6 +63,7 @@ if (getisset("ajax")) {
</script>
@include("admin.inc.plugins")
@include("admin.inc.citrus-design")
@yield('scripts')
@@ -177,14 +178,14 @@ if (getisset("ajax")) {
<div class="clearfix"></div>
@include('admin.inc.feedback-modal')
<footer id="page-footer" class="t-center" style=" background: gray;
color: white;
padding: 5px 10px;
position: fixed;
bottom: 0px;
right: 0px;
width: 100%;
text-align: right;
font-size: 12px;">
color: white;
padding: 5px 10px;
position: fixed;
bottom: 0px;
right: 0px;
width: 100%;
text-align: right;
font-size: 12px;">
<div class="footer-status"></div>
</footer>
</div>