snipe-it/resources/views/vendor/mail/html/promotion.blade.php

8 lines
197 B
PHP
Raw Normal View History

2020-10-23 06:55:23 -07: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>