Blame view

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