panel.blade.php 309 B

1234567891011121314
  1. <table class="panel" width="100%" cellpadding="0" cellspacing="0" role="presentation">
  2. <tr>
  3. <td class="panel-content">
  4. <table width="100%" cellpadding="0" cellspacing="0" role="presentation">
  5. <tr>
  6. <td class="panel-item">
  7. {{ Illuminate\Mail\Markdown::parse($slot) }}
  8. </td>
  9. </tr>
  10. </table>
  11. </td>
  12. </tr>
  13. </table>