This commit is contained in:
Pusdatin BPKD Jkt
2022-07-13 15:27:31 +07:00
parent 2624b4e1e6
commit 26bdde4442
24 changed files with 337 additions and 793 deletions
+2 -1
View File
@@ -15,7 +15,7 @@
<link rel="stylesheet" href="/css/app.css">
@yield('styles')
</head>
<body class="hold-transition sidebar-mini text-sm">
<body class="hold-transition sidebar-mini text-sm layout-fixed layout-navbar-fixed">
<div class="wrapper">
@include('partials.top_menu')
@@ -152,5 +152,6 @@
});
</script>
@yield('scripts')
@yield('scripts2')
</body>
</html>