<!DOCTYPE HTML>
<html>
<head>
    <meta charset="utf-8">
    <title>HRFlo New Account</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 "<?php echo e($data['name']); ?>"<br>
                        Your HRFlo account has been created
                    </td>
                    <!-- /Welcome Text -->
                </tr>
                <tr>
                    <!-- Paragraph -->
                    <td colspan="2" style="color:#575757;
						line-height:24px;
						font-family:arial;
						font-weight:300;
						font-size:16;
						text-align:left;
						padding-left:50px;">
                        Your login 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>
                        <span style="font-weight:600;">
                    </td>
                    <!-- /Paragraph -->
                </tr>
                <tr>
                    <td colspan="2">
                        <table  style="color:#575757;
						line-height:24px;
						font-family:arial;
						font-weight:300;
						font-size:16;
						text-align:left;
						padding-left:50px;">
                            <tr>
                                <td>
                                    Download the Application on the AppStore or Google PlayStore, to Access HRFlo services.
                                    You can also use the web panel from <a href="<?php echo e(url('/')); ?>">here</a>
                                </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>
            </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>
</table>
<!-- /Mail Body -->
</body>
</html>