Add email template

This commit is contained in:
Deon George
2021-06-13 17:48:55 +10:00
parent 182f877701
commit 2cae5d984c
7 changed files with 446 additions and 3 deletions

View 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>