diff --git a/BACKEND/resources/views/email/notification_tickets.blade.php b/BACKEND/resources/views/email/notification_tickets.blade.php
index a4c3067..a4ec8fd 100644
--- a/BACKEND/resources/views/email/notification_tickets.blade.php
+++ b/BACKEND/resources/views/email/notification_tickets.blade.php
@@ -1,13 +1,16 @@
-
+
Dear Admin,
Employee {{ $data['name'] }} has sent a request ticket, the specific content is as follows:
-Name: {{ $data['name'] }}
-Date: {{ $data['date'] }}
-Type: {{ $data['type'] }}
-Note: {{ $data['note'] }}
+Name: {{ $data['name'] }}
+Date: {{ $data['date'] }}
+Type: {{ $data['type'] }}
+Note: {{ $data['note'] }}
+