diff --git a/resources/views/notifications.blade.php b/resources/views/notifications.blade.php
index c86be5f3f0..dff9ab9531 100755
--- a/resources/views/notifications.blade.php
+++ b/resources/views/notifications.blade.php
@@ -1,6 +1,6 @@
@if ($errors->any())
-
+
Error:
@@ -13,7 +13,7 @@
@if ($message = Session::get('status'))
-
+
Success:
@@ -25,7 +25,7 @@
@if ($message = Session::get('success'))
-
+
Success:
@@ -36,7 +36,7 @@
@if ($message = Session::get('error'))
-
+
Error:
@@ -47,7 +47,7 @@
@if ($message = Session::get('warning'))
-
+
Warning:
@@ -58,7 +58,7 @@
@if ($message = Session::get('info'))