Blame view

resources/views/vendor/mail/html/promotion.blade.php 213 Bytes
b7c7a5f6   Alexey Boroda   first commit
1
2
3
4
5
6
7
  <table class="promotion" align="center" width="100%" cellpadding="0" cellspacing="0">
      <tr>
          <td align="center">
              {{ Illuminate\Mail\Markdown::parse($slot) }}
          </td>
      </tr>
  </table>