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,14 @@
<table class="panel" width="100%" cellpadding="0" cellspacing="0" role="presentation">
<tr>
<td class="panel-content">
<table width="100%" cellpadding="0" cellspacing="0" role="presentation">
<tr>
<td class="panel-item">
{{ Illuminate\Mail\Markdown::parse($slot) }}
</td>
</tr>
</table>
</td>
</tr>
</table>