diff --git a/frontend/app/pages/dashboard/company/profile/index.vue b/frontend/app/pages/dashboard/company/profile/index.vue
new file mode 100644
index 0000000..d31b09e
--- /dev/null
+++ b/frontend/app/pages/dashboard/company/profile/index.vue
@@ -0,0 +1,128 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Údaje firmy
+
+
+ Názov
+ {{ user?.company_data?.name || '—' }}
+
+
+
+ Adresa
+ {{ user?.company_data?.address || '—' }}
+
+
+
+ IČO
+ {{ user?.company_data?.ico ?? '—' }}
+
+
+
+
+
+
+ Kontaktná osoba
+
+
+ Meno
+ {{ user?.first_name || '—' }}
+
+
+
+ Priezvisko
+ {{ user?.last_name || '—' }}
+
+
+
+ Email
+ {{ user?.email || '—' }}
+
+
+
+ Telefón
+ {{ user?.phone || '—' }}
+
+
+
+
+ Zmeniť heslo
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+