phpvms/resources/views/layouts/default/vendor/mail/html/subcopy.blade.php

8 lines
183 B
PHP
Raw Normal View History

2020-05-16 06:20:16 +08:00
<table class="subcopy" width="100%" cellpadding="0" cellspacing="0" role="presentation">
2020-05-16 06:23:16 +08:00
<tr>
<td>
{{ Illuminate\Mail\Markdown::parse($slot) }}
</td>
</tr>
</table>