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

8 lines
165 B
PHP
Raw Normal View History

2020-03-13 07:22:26 +00:00
<table class="subcopy" width="100%" cellpadding="0" cellspacing="0" role="presentation">
<tr>
<td>
{{ Illuminate\Mail\Markdown::parse($slot) }}
</td>
</tr>
2018-06-20 05:06:27 +00:00
</table>