master

laravel/framework

Last updated at: 29/12/2023 09:24

footer.blade.php

TLDR

This file is a Blade template for a footer section in an HTML email.

<tr>
<td>
<table class="footer" align="center" width="570" cellpadding="0" cellspacing="0" role="presentation">
<tr>
<td class="content-cell" align="center">
{{ Illuminate\Mail\Markdown::parse($slot) }}
</td>
</tr>
</table>
</td>
</tr>