Files
app/resources/views/vendor/mail/html/header.blade.php

9 lines
251 B
PHP

@props(['url'])
<tr>
<td class="header">
<a href="{{ $url }}" style="display: inline-block;">
<img src="{{ config('app.url') }}/images/logo/logo.png" class="logo" alt="{{ config('app.name') }}" style="height: 40px; width: auto;">
</a>
</td>
</tr>