From b6e46bee55d210266da385d68034406bb98bef2a Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Wed, 8 Apr 2026 23:33:26 -0500 Subject: [PATCH] update sidebar --- resources/views/dashboard/dashboard.blade.php | 24 ++++++------ resources/views/layouts/dashb5.blade.php | 37 ++++++++----------- 2 files changed, 26 insertions(+), 35 deletions(-) diff --git a/resources/views/dashboard/dashboard.blade.php b/resources/views/dashboard/dashboard.blade.php index aa03ff5..fdbd918 100644 --- a/resources/views/dashboard/dashboard.blade.php +++ b/resources/views/dashboard/dashboard.blade.php @@ -1,6 +1,17 @@ @extends('layouts.dashb5') @section('title', 'Alliance Services - Dashboard') +@section('content-navigation') +
+ +
+@endsection + @section('content')
@@ -163,16 +174,3 @@
@endsection - -@section('footer') -
- -
-@endsection \ No newline at end of file diff --git a/resources/views/layouts/dashb5.blade.php b/resources/views/layouts/dashb5.blade.php index 3da3b13..cf060f8 100644 --- a/resources/views/layouts/dashb5.blade.php +++ b/resources/views/layouts/dashb5.blade.php @@ -19,28 +19,21 @@ @include('layouts.sidebar') - -
-
-
- -
- - @yield('content') - - - @hasSection('footer') - @yield('footer') - @endif - -
-
- + +
+
+ @hasSection('content-navigation') + @yield('content-navigation') + @endif + + @yield('content') + + + @include('layouts.footer') + +
+
+