<!DOCTYPE html>
<html lang="en-US">
	<head>
		<meta charset="utf-8">
	</head>
	<body style="font-size:16px">
		<div>
        	Hello {!!$fullname!!},<br/><br/>           
            
			@if($isActive==0)
				To activate your account please kindly click this link and follow further instructions :   
				
				<a href="<?=URL::route('user-activation')?>?email=<?=$email_address?>&code=<?=$userHash?>"><?=URL::route('user-activation')?>
        ?email=<?=$email_address?>&code=<?=$userHash?></a>
			@else
				Congratulations!<br/><br/>        
				Your idhubs account has been successfully activated!<br/><br/>
			@endif 
			
			Login to your account using the following information:<br/><br/>
			 
            <strong>Platform Url:</strong> <a href="{!!URL::to('')!!}">idhubs.com</a><br/><br/>
            
            <strong>User Guide/Tutorials:</strong> <a href="https://crm.idhubs.com/kb/article/1-what-is-idhubs">https://crm.idhubs.com/kb/article/1-what-is-idhubs</a><br/><br/>
            
            <strong>Username:</strong> {!!$email_address!!}<br/><br/>
            
            <strong>Password :</strong> {!!$password!!} <br/><br/>
            
            On the idhubs platform, you will find many like-minded professionals with whom you can
            interact, share knowledge and opportunities. You can also build your personal website,
            interactive resume, calendar and so much more!<br/><br/>
            
            We look forward to working with you and bringing a positive idhubs experience. If you require
            further assistance, please let us know and we will be happy to answer any of your questions.
            <br /><br />	
            <strong>Best Wishes<br /><br />		   
			Rojit Sorokhaibam- Founder<br /> </strong>           
            <b>IDHUBS, Inc.</b><br />
			<a href="https://blog.idhubs.com/c/75/survey/idhubssupport">Click for Support</a>
		</div>
	</body>
</html>


