Examples of code I've written in PHP, Javascript, SCSS, etc.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

15 lines
309 B

  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>