Files
investbrain/resources/views/vendor/mail/html/subcopy.blade.php
T

8 lines
165 B
PHP
Raw Normal View History

2024-10-20 14:25:06 -05:00
<table class="subcopy" width="100%" cellpadding="0" cellspacing="0" role="presentation">
<tr>
<td>
{{ Illuminate\Mail\Markdown::parse($slot) }}
</td>
</tr>
</table>