fix mail templates

This commit is contained in:
yogesh_gohil
2019-11-19 13:50:02 +05:30
parent d6cf0402a4
commit ac20ef1cd8
25 changed files with 574 additions and 28 deletions

View File

@ -0,0 +1,11 @@
<tr>
<td>
<table class="footer" align="center" width="570" cellpadding="0" cellspacing="0" role="presentation">
<tr>
<td class="content-cell" align="center">
{{ Illuminate\Mail\Markdown::parse($slot) }}
</td>
</tr>
</table>
</td>
</tr>