mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-11-01 11:37:36 -04:00
* Vue DataTables * Vue Datatables - Pagination * Sort Vue Tables * Working on Vue Datatables * Apply filter to vue table * Search implementation for vue datatables * Clean up
14 lines
412 B
PHP
14 lines
412 B
PHP
<table class="panel" width="100%" cellpadding="0" cellspacing="0">
|
|
<tr>
|
|
<td class="panel-content">
|
|
<table width="100%" cellpadding="0" cellspacing="0">
|
|
<tr>
|
|
<td class="panel-item">
|
|
{{ Illuminate\Mail\Markdown::parse($slot) }}
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
</table>
|