b2in/resources/views/vendor/mail/html/subcopy.blade.php
2026-01-23 17:33:10 +01:00

7 lines
428 B
PHP

<table class="subcopy" role="presentation" width="100%" cellpadding="0" cellspacing="0" border="0" style="border-top: 1px solid #e0e0e0; margin-top: 30px; padding-top: 25px;">
<tr>
<td style="padding-top: 25px; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 13px; line-height: 1.6; color: #606060;">
{{ Illuminate\Mail\Markdown::parse($slot) }}
</td>
</tr>
</table>