From fb9597972e9ebd08245ae572a7da97c4d15c4524 Mon Sep 17 00:00:00 2001 From: kokodev Date: Sun, 27 Oct 2024 17:57:42 -0700 Subject: [PATCH] Update admin.blade.php --- resources/views/layouts/admin.blade.php | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/resources/views/layouts/admin.blade.php b/resources/views/layouts/admin.blade.php index 05fb27a39..211abdf1b 100644 --- a/resources/views/layouts/admin.blade.php +++ b/resources/views/layouts/admin.blade.php @@ -26,7 +26,6 @@ {!! Theme::css('vendor/adminlte/colors/skin-blue.min.css?t={cache-version}') !!} {!! Theme::css('vendor/sweetalert/sweetalert.min.css?t={cache-version}') !!} {!! Theme::css('vendor/animate/animate.min.css?t={cache-version}') !!} - @@ -94,6 +93,12 @@ + + +
+

Please consider donating to kokofixcomputers using GitHub Sponsors.

+
+
@@ -126,6 +131,7 @@
+ @section('footer-scripts') @@ -140,12 +146,10 @@ {!! Theme::js('js/admin/functions.js?t={cache-version}') !!} - + @if(Auth::user()->root_admin) - + @endif - + @show - - + +