修复邮件注册
This commit is contained in:
parent
d90d55fc82
commit
63b41e54a6
|
|
@ -9,7 +9,7 @@
|
||||||
{{ __('mail.welcome_register') }} {{ config('app.name') }}
|
{{ __('mail.welcome_register') }} {{ config('app.name') }}
|
||||||
</h1>
|
</h1>
|
||||||
<p style="font-size:14px;color:#333; line-height:24px; margin:0;">
|
<p style="font-size:14px;color:#333; line-height:24px; margin:0;">
|
||||||
{{ __('mail.customer_name', ['name' => $order->customer_name]) }}
|
{{ __('mail.customer_name', ['name' => $customer->name]) }}
|
||||||
</p>
|
</p>
|
||||||
<p style="line-height: 24px; margin: 6px 0px 0px; overflow-wrap: break-word; word-break: break-all;">
|
<p style="line-height: 24px; margin: 6px 0px 0px; overflow-wrap: break-word; word-break: break-all;">
|
||||||
<span style="color: rgb(51, 51, 51); font-size: 14px;">{{ __('mail.register_end') }}
|
<span style="color: rgb(51, 51, 51); font-size: 14px;">{{ __('mail.register_end') }}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue