init
All checks were successful
Deploy to Production / deploy (push) Successful in 14s

This commit is contained in:
珂珂 2024-11-15 17:36:27 +08:00
parent 8a8e339bf8
commit c532087d73
2 changed files with 2 additions and 1 deletions

View File

@ -25,6 +25,7 @@ public function toMail(object $notifiable): MailMessage
->subject("预约试驾线索通知") ->subject("预约试驾线索通知")
->line("收到新的试驾预约信息:") ->line("收到新的试驾预约信息:")
->line($table) ->line($table)
->line('')
->salutation("祝,工作愉快!"); ->salutation("祝,工作愉快!");
} }

View File

@ -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>