Update Mail Design (Password Reset)

This commit is contained in:
2026-01-08 17:21:03 +01:00
parent 8f99718058
commit ab4e7c7999
17 changed files with 493 additions and 0 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>