clrghouz/resources/views/vendor/mail/html/header.blade.php
2021-06-13 23:01:21 +10:00

12 lines
250 B
PHP

<a href="{{ $url }}" style="display: inline-block;">
<table style="width: 100%;">
<tr>
<td style="text-align: left">
<img src="file://{{ resource_path('images/mail-logo.png') }}" class="logo">
</td>
<td>
<h1>{{ $slot }}</h1>
</td>
</tr>
</table>
</a>