diff --git a/clear.php b/clear.php new file mode 100644 index 0000000..3f47e04 --- /dev/null +++ b/clear.php @@ -0,0 +1,10 @@ +make(Illuminate\Contracts\Console\Kernel::class); +$kernel->call('config:clear'); +$kernel->call('cache:clear'); +$kernel->call('view:clear'); +$kernel->call('route:clear'); +echo "Cache cleared!"; \ No newline at end of file diff --git a/index.php b/index.php new file mode 100644 index 0000000..e69de29 diff --git a/resources/views/layouts/admin-app.blade.php b/resources/views/layouts/admin-app.blade.php index 3b53ecf..8449418 100644 --- a/resources/views/layouts/admin-app.blade.php +++ b/resources/views/layouts/admin-app.blade.php @@ -1,5 +1,6 @@ - + @@ -8,285 +9,368 @@ {{ config('app.name') }} | @yield('page-title', 'Dashboard') - - @vite(['resources/css/app.css', 'resources/js/app.js']) - - @stack('styles') -
+
- - - - - + {{-- ── Mobile overlay ── --}} + - @stack('scripts') + {{-- ── Sidebar Desktop (collapse/expand) ── --}} + + + {{-- ── Sidebar Mobile Drawer ── --}} + + + {{-- ── Main Content ── --}} +
+ + +
+
+
+
+ + +

@yield('page-title', 'Dashboard')

+
+ +
+
+
+ + +
+
+ @yield('content') +
+
+ + +
+
+ © {{ date('Y') }} Cek Kopi by Evi. All rights reserved. +
+
+
+ +
+@stack('scripts') \ No newline at end of file diff --git a/resources/views/layouts/superadmin-app.blade.php b/resources/views/layouts/superadmin-app.blade.php index b687f94..0ca76ae 100644 --- a/resources/views/layouts/superadmin-app.blade.php +++ b/resources/views/layouts/superadmin-app.blade.php @@ -1,5 +1,5 @@ - + @@ -16,7 +16,6 @@ @stack('styles') @@ -52,11 +59,23 @@
- + + + + + + + -