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