silent-auction/resources/views/vendor/mail/html/panel.blade.php
2018-06-11 13:43:21 -04:00

14 lines
412 B
PHP

<table class="panel" width="100%" cellpadding="0" cellspacing="0">
<tr>
<td class="panel-content">
<table width="100%" cellpadding="0" cellspacing="0">
<tr>
<td class="panel-item">
{{ Illuminate\Mail\Markdown::parse($slot) }}
</td>
</tr>
</table>
</td>
</tr>
</table>