9 lines
388 B
PHP
9 lines
388 B
PHP
<table role="presentation" width="100%" cellpadding="0" cellspacing="0" border="0" style="margin: 30px 0;">
|
|
<tr>
|
|
<td style="padding: 0;">
|
|
<div class="table" style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 15px; line-height: 1.6; color: #2a2a2a;">
|
|
{{ Illuminate\Mail\Markdown::parse($slot) }}
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
</table>
|