phpvms/resources/views/layouts/default/vendor/mail/html/panel.blade.php

15 lines
381 B
PHP
Raw Normal View History

2020-05-16 06:20:16 +08:00
<table class="panel" width="100%" cellpadding="0" cellspacing="0" role="presentation">
2020-05-16 06:23:16 +08:00
<tr>
<td class="panel-content">
<table width="100%" cellpadding="0" cellspacing="0" role="presentation">
<tr>
<td class="panel-item">
{{ Illuminate\Mail\Markdown::parse($slot) }}
</td>
</tr>
</table>
</td>
</tr>
2020-05-16 06:20:16 +08:00
</table>