diff --git a/resources/js/app/app.js b/resources/js/app/app.js
index fbb4c20d8..99aa77946 100644
--- a/resources/js/app/app.js
+++ b/resources/js/app/app.js
@@ -75,6 +75,7 @@ const _vueInstance = new Vue({
Permissions:() => import(/* webpackChunkName: "permissions" */'app/components/permissions/permissions'),
PaginationNavigation:() => import(/* webpackChunkName: "pagination-navigation" */'app/components/pagination-navigation/pagination-navigation'),
ObjectsHistory:() => import(/* webpackChunkName: "objects-history" */'app/components/objects-history/objects-history'),
+ ShowHide:() => import(/* webpackChunkName: "show-hide" */'app/components/show-hide/show-hide'),
SystemInfo:() => import(/* webpackChunkName: "system-info" */'app/components/system-info/system-info'),
UserAccesses:() => import(/* webpackChunkName: "user-accesses" */'app/components/user-accesses/user-accesses'),
AppIcon,
diff --git a/resources/js/app/components/show-hide/show-hide.vue b/resources/js/app/components/show-hide/show-hide.vue
new file mode 100644
index 000000000..ff6cd63b3
--- /dev/null
+++ b/resources/js/app/components/show-hide/show-hide.vue
@@ -0,0 +1,60 @@
+
+