Fix email notification

This commit is contained in:
James Brooks
2018-01-21 21:40:00 +00:00
parent 329457233a
commit 146b518fca

View File

@@ -140,7 +140,7 @@ $style = [
<!-- Salutation --> <!-- Salutation -->
<p style="{{ $style['paragraph'] }}"> <p style="{{ $style['paragraph'] }}">
Regards,<br>{{ {{ setting('app_name', config('app.name')) }} }} Regards,<br>{{ setting('app_name', config('app.name')) }} }}
</p> </p>
<!-- Sub Copy --> <!-- Sub Copy -->
@@ -176,7 +176,7 @@ $style = [
<td style="{{ $fontFamily }} {{ $style['email-footer_cell'] }}"> <td style="{{ $fontFamily }} {{ $style['email-footer_cell'] }}">
<p style="{{ $style['paragraph-sub'] }}"> <p style="{{ $style['paragraph-sub'] }}">
&copy; {{ date('Y') }} &copy; {{ date('Y') }}
<a style="{{ $style['anchor'] }}" href="{{ url('/') }}" target="_blank">{{ {{ setting('app_name', config('app.name')) }} }}</a>. <a style="{{ $style['anchor'] }}" href="{{ url('/') }}" target="_blank">{{ setting('app_name', config('app.name')) }} }}</a>.
All rights reserved. All rights reserved.
</p> </p>
</td> </td>