Your IP : 216.73.216.79


Current Path : /var/www/html/dyna-laravel.blunetdev.com/modules/system/views/mail/
Upload File :
Current File : /var/www/html/dyna-laravel.blunetdev.com/modules/system/views/mail/partial-panel.php

name = "Panel"
==
{{ body|trim }}
==
<table class="panel break-all" width="100%" cellpadding="0" cellspacing="0">
    <tr>
        <td class="panel-content">
            <table width="100%" cellpadding="0" cellspacing="0">
                <tr>
                    <td class="panel-item">
                        {{ body|md_safe }}
                    </td>
                </tr>
            </table>
        </td>
    </tr>
</table>