Published mail layout and added logo

This commit is contained in:
Constantin Graf
2024-07-18 12:37:13 +02:00
committed by Constantin Graf
parent ee2f125062
commit 055d93f7a3
18 changed files with 497 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
<table class="subcopy" width="100%" cellpadding="0" cellspacing="0" role="presentation">
<tr>
<td>
{{ Illuminate\Mail\Markdown::parse($slot) }}
</td>
</tr>
</table>