This commit is contained in:
parent
8a8e339bf8
commit
c532087d73
@ -25,6 +25,7 @@ public function toMail(object $notifiable): MailMessage
|
|||||||
->subject("预约试驾线索通知")
|
->subject("预约试驾线索通知")
|
||||||
->line("收到新的试驾预约信息:")
|
->line("收到新的试驾预约信息:")
|
||||||
->line($table)
|
->line($table)
|
||||||
|
->line('')
|
||||||
->salutation("祝,工作愉快!");
|
->salutation("祝,工作愉快!");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<table width="100%" border="0" cellspacing="1" cellpadding="2" bgcolor="#000000">
|
<table width="100%" border="0" cellspacing="1" cellpadding="2" bgcolor="#000000">
|
||||||
<tr bgcolor="#ffffff">
|
<tr bgcolor="#ffffff">
|
||||||
<th width="10%">序号</th>
|
<th width="20%">序号</th>
|
||||||
<th width="30%">姓名</th>
|
<th width="30%">姓名</th>
|
||||||
<th>电话</th>
|
<th>电话</th>
|
||||||
</tr>
|
</tr>
|
||||||
|
Loading…
Reference in New Issue
Block a user