LogViewer/code/resources/views/vendor/mail/html/panel.blade.php
splin94@yandex.ru 3a4a328d80 -
2023-11-09 20:51:08 +00:00

14 lines
412 B
PHP
Executable File

<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>