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') + +
+
+