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

15 lines
338 B
PHP
Raw Normal View History

2024-04-19 22:04:51 +02:00
<table class="panel panel-{{$type ?? 'default'}}" width="100%" cellpadding="0" cellspacing="0" role="presentation">
2021-07-18 21:38:00 +02: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>
</table>