From 22baa976fa8d3a17694654ac9af86bb1786bab5b Mon Sep 17 00:00:00 2001 From: Naser Mansour Date: Fri, 9 Jan 2026 16:02:47 +0200 Subject: [PATCH] moved the notification bel from the side bar to the top of the page --- .../components/layouts/app/sidebar.blade.php | 41 ++++++++++--------- 1 file changed, 21 insertions(+), 20 deletions(-) diff --git a/resources/views/components/layouts/app/sidebar.blade.php b/resources/views/components/layouts/app/sidebar.blade.php index 7c73274..e571274 100644 --- a/resources/views/components/layouts/app/sidebar.blade.php +++ b/resources/views/components/layouts/app/sidebar.blade.php @@ -191,26 +191,6 @@ - @if (auth()->user()->isAdmin()) - @php - $pendingCount = \App\Models\Consultation::pending()->count(); - @endphp - - @endif - {{ __('Repository') }} @@ -344,6 +324,27 @@ + + + {{ $slot }} @fluxScripts