Hiệu chỉnh padding template gửi email
This commit is contained in:
parent
35969295cc
commit
f87db7cda5
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue