Hiệu chỉnh padding template gửi email

This commit is contained in:
Truong Vo 2024-08-13 09:12:35 +07:00
parent 35969295cc
commit f87db7cda5
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcT-bB7j40qe-mSJ-howmBO7T6tAghPrtfLvDw&s" alt="Logo"
border="0" width="100" style="display: block; width: 100%;">
border="0" width="100" style="display: block; width: 50%;">
<p>Dear Admin,</p>
<p></p>
<p>Employee {{ $data['name'] }} has sent a request ticket, the specific content is as follows:</p>

View File

@ -1,5 +1,5 @@
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcT-bB7j40qe-mSJ-howmBO7T6tAghPrtfLvDw&s" alt="Logo"
border="0" width="100" style="display: block; width: 100%;">
border="0" width="100" style="display: block; width: 50%;">
<p>Dear {{ $data['user_name'] }},</p>
<p></p>
<p>Admin {{ $data['name'] }} has {{ $data['status'] }} your request</p>