mirror of
https://gh.wpcy.net/https://github.com/rilustrisimo/freescout-support.git
synced 2026-05-01 14:52:23 +08:00
13 lines
412 B
PHP
13 lines
412 B
PHP
<table class="panel" width="100%" cellpadding="0" cellspacing="0">
|
|
<tr>
|
|
<td class="panel-content">
|
|
<table width="100%" cellpadding="0" cellspacing="0">
|
|
<tr>
|
|
<td class="panel-item">
|
|
{{ Illuminate\Mail\Markdown::parse($slot) }}
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
</table>
|