feat: add backup notifications

This commit is contained in:
Andras Bacsai
2023-08-10 21:00:02 +02:00
parent 5675ec8c02
commit d973b87f5f
27 changed files with 651 additions and 14 deletions

View File

@@ -0,0 +1,11 @@
<tr>
<td>
<table class="footer" align="center" width="570" cellpadding="0" cellspacing="0" role="presentation">
<tr>
<td class="content-cell" align="center">
{{ Illuminate\Mail\Markdown::parse($slot) }}
</td>
</tr>
</table>
</td>
</tr>