mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-11-01 03:09:37 -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
12 lines
316 B
PHP
12 lines
316 B
PHP
<tr>
|
|
<td>
|
|
<table class="footer" align="center" width="570" cellpadding="0" cellspacing="0">
|
|
<tr>
|
|
<td class="content-cell" align="center">
|
|
{{ Illuminate\Mail\Markdown::parse($slot) }}
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
</tr>
|