We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6bffb66 + e78c926 commit 589f1a9Copy full SHA for 589f1a9
resources/views/layout/emails.blade.php
@@ -19,7 +19,7 @@
19
<table width="100%" border="0" cellpadding="0" cellspacing="0">
20
<tr>
21
<td class="header-logo">
22
- <a href="{{ $app_domain }}"><img src="data:{{ $app_banner_type }};base64, {{ $app_banner }}"></a>
+ <a href="{{ $app_domain }}"><img src="{{ $message->embedData(base64_decode($app_banner), $app_name) }}"></a>
23
</td>
24
</tr>
25
</table>
0 commit comments