Blame view

resources/views/vendor/mail/html/subcopy.blade.php 165 Bytes
995960380   Андрей Ларионов   Исправления офисо...
1
2
3
4
5
6
7
  <table class="subcopy" width="100%" cellpadding="0" cellspacing="0" role="presentation">
  <tr>
  <td>
  {{ Illuminate\Mail\Markdown::parse($slot) }}
  </td>
  </tr>
  </table>