pixelfed/resources/views/vendor/mail/html/subcopy.blade.php

8 lines
201 B
PHP
Raw Normal View History

2019-06-07 03:14:51 +00:00
<table class="subcopy" width="100%" cellpadding="0" cellspacing="0" role="presentation">
<tr>
<td>
{{ Illuminate\Mail\Markdown::parse($slot) }}
</td>
</tr>
</table>