footer.blade.php 236 B

1234567891011
  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>