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

21 lines
705 B
PHP

<tr>
<td style="padding: 0;">
<!--[if mso]>
<table role="presentation" border="0" cellpadding="0" cellspacing="0" width="600" align="center">
<tr>
<td align="center">
<![endif]-->
<table class="footer" role="presentation" align="center" width="100%" cellpadding="0" cellspacing="0" border="0" style="max-width: 600px; margin: 0 auto;">
<tr>
<td class="content-cell" align="center" style="padding: 32px 20px; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 13px; line-height: 1.6; color: #999999; text-align: center;">
{{ Illuminate\Mail\Markdown::parse($slot) }}
</td>
</tr>
</table>
<!--[if mso]>
</td>
</tr>
</table>
<![endif]-->
</td>
</tr>