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

15 lines
309 B
PHP
Raw Normal View History

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