mirror of
https://gitlab.linphone.org/BC/public/flexisip-account-manager.git
synced 2026-01-28 16:09:20 +00:00
Slight UI adjustments Allow Markdown in the intro text Add toggle for Devices Management panel
11 lines
236 B
PHP
11 lines
236 B
PHP
<tr>
|
|
<td>
|
|
<table class="footer" align="center" width="570" cellpadding="0" cellspacing="0" role="presentation">
|
|
<tr>
|
|
<td class="content-cell" align="center">
|
|
{{ Illuminate\Mail\Markdown::parse($slot) }}
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
</tr>
|