1
0
Fork 0
pixelfed/resources/views/vendor/mail/html/promotion.blade.php

8 lines
233 B
PHP
Raw Normal View History

2019-06-07 03:14:51 +00:00
<table class="promotion" align="center" width="100%" cellpadding="0" cellspacing="0" role="presentation">
<tr>
<td align="center">
{{ Illuminate\Mail\Markdown::parse($slot) }}
</td>
</tr>
</table>