<div style="font-family:Arial, Helvetica, sans-serif; font-size:13px;direction:rtl" align="center">
    <table style="background: none repeat scroll 0% 0% rgb(244, 244, 244); border: 2px solid #bbb;" border="0" cellpadding="10" cellspacing="5" width="600">
        <tbody>
        <tr>
            <th style="background-color: rgb(204, 204, 204); font-size:18px;font-weight:normal;padding:5px;border-bottom-width:2px; border-bottom-color:#fff; border-bottom-style:solid;text-align:right">
                <?php echo $__env->yieldContent('title'); ?>
            </th>
        </tr>
        <tr>
            <td style="text-align: right">
                <?php echo $__env->yieldContent('sub-title'); ?>
            </td>
        </tr>

        <tr>
            <td style="text-align: left;" valign="top">
                <table border="0" cellpadding="4" cellspacing="2">
                    <tbody>
                    <tr>
                        <td colspan="2" style="border-bottom-width:1px; border-bottom-color:#bbb; border-bottom-style:dashed;direction:rtl" align="right" valign="top">
                            <?php echo $__env->yieldContent('message'); ?>
                        </td>
                    </tr>
                    </tbody>
                </table>
            </td>
        </tr>
        </tbody>
    </table>
</div>