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,13 @@
<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>