From 35969295cc26e6ecf33013f0477fff2d2229a85b Mon Sep 17 00:00:00 2001 From: Truong Vo <41848815+vmtruong301296@users.noreply.github.com> Date: Tue, 13 Aug 2024 09:01:25 +0700 Subject: [PATCH] =?UTF-8?q?Hi=E1=BB=87u=20ch=E1=BB=89nh=20padding=20templa?= =?UTF-8?q?te=20g=E1=BB=ADi=20email?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/email/notification_tickets.blade.php | 15 +++++++++------ .../email/notification_tickets_user.blade.php | 14 ++++++++------ 2 files changed, 17 insertions(+), 12 deletions(-) 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 @@ -Logo +Logo

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'] }}

+
+

+Logo

Dear {{ $data['user_name'] }},

Admin {{ $data['name'] }} has {{ $data['status'] }} your request

Your ticket information:

-

Name: {{ $data['user_name'] }}

-

Date: {{ $data['date'] }}

-

Type: {{ $data['type'] }}

-

Note: {{ $data['note'] }}

+
+

Name: {{ $data['user_name'] }}

+

Date: {{ $data['date'] }}

+

Type: {{ $data['type'] }}

+

Note: {{ $data['note'] }}

+

Content of admin's response:

{{ $data['admin_note'] }}