8 lines
304 B
PHP
8 lines
304 B
PHP
<tr>
|
|
<td class="header">
|
|
<a href="{{ $url }}" style="display: inline-block; text-decoration: none;">
|
|
<img src="{{ asset('storage/' . theme_logo('email_logo')) }}" alt="{{ config('app.name') }}" style="max-width: 90px; height: auto; display: block; margin: 0 auto; filter: invert(1);" />
|
|
</a>
|
|
</td>
|
|
</tr>
|