diff --git a/frontend/src/components/Layouts/DesktopLayout.vue b/frontend/src/components/Layouts/DesktopLayout.vue
index c45bbc2b..7530dc29 100644
--- a/frontend/src/components/Layouts/DesktopLayout.vue
+++ b/frontend/src/components/Layouts/DesktopLayout.vue
@@ -3,6 +3,7 @@
+
@@ -11,5 +12,6 @@
diff --git a/frontend/src/components/Notifications.vue b/frontend/src/components/Notifications.vue
new file mode 100644
index 00000000..762028ed
--- /dev/null
+++ b/frontend/src/components/Notifications.vue
@@ -0,0 +1,103 @@
+
+
+
+ Notifications
+
+
+
+
+
+
+
toggleNotificationPanel()"
+ >
+
+
+
+
+
+ {{ n.from_user.full_name }}
+
+ mentioned you in {{ n.reference_doctype }}
+
+ {{ n.reference_name }}
+
+
+
+
+
+ {{ timeAgo(n.creation) }}
+
+
+
+
+
+
+
+
+