From 31c04aa3dd68e2789379cb79a3d5042492a8eb61 Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Wed, 8 Apr 2026 23:18:55 -0500 Subject: [PATCH] update sidebar --- resources/views/layouts/dashb5.blade.php | 75 +------------------ resources/views/layouts/head.blade.php | 94 ++++++++++++++++++------ 2 files changed, 71 insertions(+), 98 deletions(-) diff --git a/resources/views/layouts/dashb5.blade.php b/resources/views/layouts/dashb5.blade.php index af3452d..300761c 100644 --- a/resources/views/layouts/dashb5.blade.php +++ b/resources/views/layouts/dashb5.blade.php @@ -3,80 +3,7 @@ @vite(['resources/sass/app.scss', 'resources/js/app.js']) - - - @yield('title') - - - - - - - - - - - - - - - - - - - - - - - + @include('layouts.head') diff --git a/resources/views/layouts/head.blade.php b/resources/views/layouts/head.blade.php index 5ea0d82..8f1a20a 100644 --- a/resources/views/layouts/head.blade.php +++ b/resources/views/layouts/head.blade.php @@ -1,28 +1,74 @@ - - - - - {{ config('app.name', 'Alliance Services') }} - - - @vite(['resources/sass/app.scss', 'resources/js/app.js']) - - - - - + + + - - - @hasSection('header') - @yield('header') - @endif - \ No newline at end of file + + + + + + + + + + + + + + + + \ No newline at end of file