3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-03-02 14:29:30 +00:00
Files
snipe-it/resources/views/vendor/mail/html/subcopy.blade.php
2020-10-23 06:55:23 -07:00

8 lines
165 B
PHP

<table class="subcopy" width="100%" cellpadding="0" cellspacing="0" role="presentation">
<tr>
<td>
{{ Illuminate\Mail\Markdown::parse($slot) }}
</td>
</tr>
</table>