diff --git a/app/Views/layouts/front/top_menu.php b/app/Views/layouts/front/top_menu.php
index 2f14e4f..62be4f4 100644
--- a/app/Views/layouts/front/top_menu.php
+++ b/app/Views/layouts/front/top_menu.php
@@ -24,6 +24,10 @@
= $this->include($viewDatas['layout']['path'] . '/top_menu/top_menu_network'); ?>
|
+
+ = $this->include($viewDatas['layout']['path'] . '/top_menu/top_menu_peripheral'); ?>
+
+ |
= $this->include($viewDatas['layout']['path'] . '/top_menu/top_menu_service'); ?>
diff --git a/app/Views/layouts/front/top_menu/top_menu_network.php b/app/Views/layouts/front/top_menu/top_menu_network.php
index c227ce8..6b0943e 100644
--- a/app/Views/layouts/front/top_menu/top_menu_network.php
+++ b/app/Views/layouts/front/top_menu/top_menu_network.php
@@ -2,7 +2,7 @@