Examples of code I've written in PHP, Javascript, SCSS, etc.
Вы не можете выбрать более 25 тем
Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
|
- <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>
|