Add email template
This commit is contained in:
12
resources/views/vendor/mail/html/header.blade.php
vendored
Normal file
12
resources/views/vendor/mail/html/header.blade.php
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
<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>
|
Reference in New Issue
Block a user