diff --git a/resources/views/layouts/dashb5.blade.php b/resources/views/layouts/dashb5.blade.php
index aec3dc8..e1af913 100644
--- a/resources/views/layouts/dashb5.blade.php
+++ b/resources/views/layouts/dashb5.blade.php
@@ -34,16 +34,9 @@
@yield('content')
-
-
-
+ @section('footer')
+ @include('layouts.footer')
+ @endsection
diff --git a/resources/views/layouts/footer.blade.php b/resources/views/layouts/footer.blade.php
index 18a7e55..b68d40d 100644
--- a/resources/views/layouts/footer.blade.php
+++ b/resources/views/layouts/footer.blade.php
@@ -1,16 +1,10 @@
-@section('footer')
-
-
-
\ No newline at end of file