sarga/resources/views/vendor/mail/html/panel.blade.php

15 lines
309 B
PHP
Raw Normal View History

2020-03-13 07:22:26 +00:00
<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>
2018-06-20 05:06:27 +00:00
</table>
2020-03-13 07:22:26 +00:00
</td>
</tr>
</table>