From cd3a6052d5840e5ab7b2e014c2e74972413833cf Mon Sep 17 00:00:00 2001 From: ramzdhani11 <158116439+ramzdhani11@users.noreply.github.com> Date: Tue, 12 May 2026 01:10:29 +0700 Subject: [PATCH] responsive mobile --- resources/views/Admin/index.blade.php | 221 ++++++++------- resources/views/Admin/layouts/app.blade.php | 155 ++++++---- .../views/Admin/partials/sidebar.blade.php | 8 +- .../views/Admin/system-statistics.blade.php | 266 ++++++++++-------- resources/views/login.blade.php | 25 +- resources/views/welcome.blade.php | 164 ++++++++++- 6 files changed, 543 insertions(+), 296 deletions(-) diff --git a/resources/views/Admin/index.blade.php b/resources/views/Admin/index.blade.php index 3f6bb11..078ff4b 100644 --- a/resources/views/Admin/index.blade.php +++ b/resources/views/Admin/index.blade.php @@ -100,114 +100,133 @@ @section('scripts') @endsection \ No newline at end of file diff --git a/resources/views/Admin/layouts/app.blade.php b/resources/views/Admin/layouts/app.blade.php index b19d783..c69a3fc 100644 --- a/resources/views/Admin/layouts/app.blade.php +++ b/resources/views/Admin/layouts/app.blade.php @@ -17,9 +17,6 @@ - - - @@ -30,11 +27,18 @@ - + @if(request()->routeIs('admin.dashboard') || request()->routeIs('admin.system-statistics')) - + @endif + + +
-