Apply theme globally; add mail templates into theme folder #715

This commit is contained in:
Nabeel Shahzad
2020-05-22 19:00:54 -04:00
parent fb7d988032
commit 09cd7adb6b
32 changed files with 19 additions and 1 deletions
@@ -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>