Files
opensem/resources/views/vendor/mail/html/panel.blade.php
Ludovic CANDELLIER baf8e13c25 Initial release
2020-03-22 21:30:03 +01:00

15 lines
309 B
PHP

<table class="panel" width="100%" cellpadding="0" cellspacing="0" role="presentation">
<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>
</table>