Files
aso/resources/views/vendor/mail/html/subcopy.blade.php
2023-07-03 11:39:08 +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>