Files
phpvms/resources/views/layouts/default/mail/html/promotion.blade.php
2017-12-17 16:58:53 -06:00

8 lines
213 B
PHP

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