diff --git a/resources/js/layouts/components/DefaultLayoutWithHorizontalNav.vue b/resources/js/layouts/components/DefaultLayoutWithHorizontalNav.vue
index 87ff743..766f897 100644
--- a/resources/js/layouts/components/DefaultLayoutWithHorizontalNav.vue
+++ b/resources/js/layouts/components/DefaultLayoutWithHorizontalNav.vue
@@ -4,12 +4,12 @@ import { themeConfig } from '@themeConfig'
// Components
import Footer from '@/layouts/components/Footer.vue'
-import NavBarNotifications from '@/layouts/components/NavBarNotifications.vue'
-import NavSearchBar from '@/layouts/components/NavSearchBar.vue'
-import NavbarShortcuts from '@/layouts/components/NavbarShortcuts.vue'
+// import NavBarNotifications from '@/layouts/components/NavBarNotifications.vue'
+// import NavSearchBar from '@/layouts/components/NavSearchBar.vue'
+// import NavbarShortcuts from '@/layouts/components/NavbarShortcuts.vue'
import NavbarThemeSwitcher from '@/layouts/components/NavbarThemeSwitcher.vue'
import UserProfile from '@/layouts/components/UserProfile.vue'
-import NavBarI18n from '@core/components/I18n.vue'
+// import NavBarI18n from '@core/components/I18n.vue'
import { HorizontalNavLayout } from '@layouts'
import { VNodeRenderer } from '@layouts/components/VNodeRenderer'
@@ -45,16 +45,16 @@ watch([
-
+
-
+ /> -->
-
-
+
+
@@ -77,6 +77,6 @@ watch([
-
+
diff --git a/resources/js/layouts/components/DefaultLayoutWithVerticalNav.vue b/resources/js/layouts/components/DefaultLayoutWithVerticalNav.vue
index 1aba2f3..758f915 100644
--- a/resources/js/layouts/components/DefaultLayoutWithVerticalNav.vue
+++ b/resources/js/layouts/components/DefaultLayoutWithVerticalNav.vue
@@ -1,16 +1,15 @@