footer.blade.php (236B)
1 <tr> 2 <td> 3 <table class="footer" align="center" width="570" cellpadding="0" cellspacing="0" role="presentation"> 4 <tr> 5 <td class="content-cell" align="center"> 6 {{ Illuminate\Mail\Markdown::parse($slot) }} 7 </td> 8 </tr> 9 </table> 10 </td> 11 </tr>