Files
cattr/resources/views/vendor/mail/html/panel.blade.php
Noor E Ilahi 7ccf44f7da first commit
2026-01-09 12:54:53 +05:30

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>