Files
aso/resources/views/vendor/mail/html/subcopy.blade.php
2022-12-29 11:38:55 +07:00

7 lines
200 B
PHP

<table class="subcopy" width="100%" cellpadding="0" cellspacing="0" role="presentation">
<tr>
<td>
{{ Illuminate\Mail\Markdown::parse($slot) }}
</td>
</tr>
</table>