diff --git a/resources/views/layouts/navbar.blade.php b/resources/views/layouts/navbar.blade.php
index 43028b6..223a246 100644
--- a/resources/views/layouts/navbar.blade.php
+++ b/resources/views/layouts/navbar.blade.php
@@ -1,53 +1,34 @@
+@section('top-navbar')
-
\ No newline at end of file
+
+@endsection
\ No newline at end of file
diff --git a/resources/views/layouts/sidebar.blade.php b/resources/views/layouts/sidebar.blade.php
index 5de2da2..a78b8ab 100644
--- a/resources/views/layouts/sidebar.blade.php
+++ b/resources/views/layouts/sidebar.blade.php
@@ -67,7 +67,4 @@
-
- @hasSection('sidebar')
- @yield('sidebar')
- @endif
\ No newline at end of file
+
\ No newline at end of file