<?php /*
    Data Fields:
        company
        hr_capacity
        users
        total
        email
        password
        activation date
*/ ?>
        <!DOCTYPE HTML>
<html>
<head>
    <meta charset="utf-8">
    <title>HRFlo New Company</title>
    <meta name="viewport" content="width=device-width"/>
</head>
<body style="margin:0;padding:0;">
<!-- Mail Body -->
<table align="center" border="0" cellpadding="0" cellspacing="0"
       style="background-color:#575757;width:100%;text-align:center;">
    <tr>
        <td style="">
            <!-- Logo -->
            <table align="center">
                <tr>
                    <td>
                        <img src="http://hrflo.com/emails/images/logos/logo_1.0.png"
                             style="display:block;max-width:100%;" width="200">
                    </td>
                </tr>
            </table>
            <!-- /Logo -->
        </td>
    </tr>
    <tr>
        <td>
            <!-- Header -->
            <table align="center" cellpadding="0" cellspacing="0">
                <tr>
                    <td align="center">
                        <img src="http://hrflo.com/emails/images/header.png"
                             style="display:block;
							max-width:100%;
							border-top-left-radius:5px;
							-moz-border-top-left-radius:5px;
							-webkit-border-top-left-radius:5px;
							border-top-right-radius:5px;
							-moz-border-top-right-radius:5px;
							-webkit-border-top-right-radius:5px;
							" width="600">
                    </td>
                </tr>
            </table>
            <!-- /Header -->
        </td>
    </tr>
    <tr>
        <td align="center">
            <!-- Content -->
            <table align="center" cellpadding="0" cellspacing="0" width="600"
                   style="background-color:#ffffff;
				border-bottom-left-radius:5px;
				-moz-border-bottom-left-radius:5px;
				-webkit-border-bottom-left-radius:5px;
				border-bottom-right-radius:5px;
				-moz-border-bottom-right-radius:5px;
				-webkit-border-bottom-right-radius:5px;">
                <tr>
                    <!-- Welcome Text -->
                    <td colspan="2" style="color:#2cc3fa;
						padding-top:50px;
						padding-bottom:40px;
						font-family:arial;
						font-weight:700;
						font-size:32px;
						text-align:center;
						width:100%;">
                        Congratulations,<br>
                        Your Company has been Activated! @HRFlo
                        <br>
                        <a href="http://<?php echo e($data['domain'].'.'.env('DOMAIN')); ?>"><?php echo e($data['domain'].'.'.env('DOMAIN')); ?> </a>
                    </td>
                    <!-- /Welcome Text -->
                </tr>
                <tr>
                    <!-- Paragraph -->
                    <td colspan="2" style="color:#575757;
						line-height:24px;
						font-family:arial;
						font-weight:300;
						font-size:16px;
						text-align:left;
						padding-left:50px;">

                        Company:<strong><?php echo e($data['company']); ?></strong><br>

                        You've Employees accounts<br>
                        Which are classified as:
                        <ul>
                            <li>
                                Number of HR Administrators: <strong><?php echo e($data['hr_capacity']); ?></strong>
                            </li>
                            <li>
                                Number of Employees: <strong><?php echo e($data['users']); ?></strong><br>
                            </li>
                            <li>
                                Total number of Users: <strong><?php echo e($data['total']); ?></strong>
                            </li>
                        </ul>
                        <strong>Note</strong>: HR Administrators can access the Administration backend.
                        <br>
                        <br>
                        Your <strong>Login</strong> credentials are:<br>
                        Email: <span style="color:#2cc3fa;font-weight:600;"><?php echo e($data['email']); ?></span><br>
                        Password: <span style="color:#2cc3fa;font-weight:600;"><?php echo e($data['password']); ?></span><br>
                        <br>
                        Your HR Administration login URL is:
                        <a href="http://<?php echo e($data['domain'].'.'.env('DOMAIN')); ?>/admin">HR Administrators Backend</a><br>

                        Your Employees login URL is:
                        <a href="http://<?php echo e($data['domain'].'.'.env('DOMAIN')); ?>/login">Employees Backend</a>

                        <span style="font-weight:600;">
                            This is an Activation Email of your account on HRFlo. <br>
                            Activation Date: <?php echo e($data['activation_date']); ?>

                        </span>
                    </td>
                    <!-- /Paragraph -->
                </tr>
                <tr>
                    <!-- Foot Message -->
                    <td colspan="2" style="color:#2cc3fa;
						padding-top:50px;
						padding-bottom:40px;
						font-family:arial;
						font-weight:700;
						font-size:16px;
						text-align:center;
						width:100%;">
                        We hope you enjoy HRFlo services<br>
                        For more information, please contact us on info@hrflo.com
                    </td>
                    <!-- /Foot Message -->
                </tr>
                <tr>
                    <td>
                        <table cellspacing="30">
                            <tr>
                                <td>
                                </td>
                            </tr>
                        </table>
                    </td>
                </tr>
                <tr>
                    <!-- Action Button -->
                    <td align="center"  style="width:50%">
                        <a href="https://play.google.com/store/apps/details?id=com.ngageu.hrflo&hl=ar">
                            <img src="http://hrflo.com/emails/images/google.jpg">
                        </a>
                    </td>
                    <td align="center"  style="width:50%">
                        <a href="https://itunes.apple.com/us/app/hr-flo/id1108814193?mt=8">
                            <img src="http://hrflo.com/emails/images/ios.jpg">
                        </a>
                    </td>
                    <!-- /Action Button -->
                </tr>
                <tr>
                    <td>
                        <table cellspacing="30">
                            <tr>
                                <td>
                                </td>
                            </tr>
                        </table>
                    </td>
                </tr>
                <tr>
                    <!-- Foot Message -->
                    <td colspan="2" style="
						padding-top:50px;
						padding-bottom:40px;
						font-family:arial;
						font-weight:700;
						font-size:12px;
						text-align:center;
						width:100%;">
                        This is an automatically generated email, please do not reply
                    </td>
                    <!-- /Foot Message -->
                </tr>
                <tr>
                    <td>
                        <table cellspacing="30">
                            <tr>
                                <td>
                                </td>
                            </tr>
                        </table>
                    </td>
                </tr>
            </table>
            <!-- /Content -->
        </td>
    </tr>
    <tr>
        <td>
            <!-- Terms & Policy -->
            <table align="center" cellspacing="40" cellpadding="0">
                <tr>
                    <td>
                        <a href="http://hrflo.com/policy.html"
                           style="color:white;
							text-decoration:none;
							font-family:arial;
							font-size:14px;
							font-weight:400;
							line-height:24px;
							">
                            Policy
                        </a>
                    </td>
                </tr>
            </table>
            <!-- /Terms & Policy -->
        </td>
    </tr>
    <!-- style="
                                color:#ffffff;
                                font-family:arial;
                                line-height:70px;
                                font-size:24px;
                                font-weight:600;
                                overflow:hidden;
                                text-decoration:none;
                                height:70px;
                                background-color:#7ebc11;
                                border-radius:5px;
                                -moz-border-radius:5px;
                                -webkit-border-radius:5px;
                                display:block;
                                width:300px;
                                text-vertical-align:middle;
                                "
    -->
</table>
<!-- /Mail Body -->
</body>
</html>