chores:add email components

This commit is contained in:
hackerESQ
2024-10-20 14:25:06 -05:00
parent 82dde818e6
commit 8b067ece84
18 changed files with 546 additions and 0 deletions
+14
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>