<!DOCTYPE html>
<html lang="en-US">
	<head>
		<meta charset="utf-8">
	</head>
	<body>
    	<?php 
			$community = app('App\\Repositories\\CommunityRepository')->getById($community_id);
			$url=$community->present()->url();
			$community_name=$community->title;
			$imgUrl="";
			
			$redirectUrl=\URL::to('')."/logintoexplore/".base64_encode($user_id)."/".base64_encode($community->id);
			
		?>
        
		<h2>Hello {!!$fullname!!},</h2>

		<h2>Congratulations!</h2> <br/> 
        
		<div>
			Your ecosystem community has been created. <br/> <br/>
             
            You can now use access the platform using the following:<br/> <br/>
            
			Access Platform : <a href="{!!$redirectUrl!!}">"{!!$community_title!!}"</a><br />
            User name : {!!$email_address!!}<br />
            Password : Use the provided password at the time of sign up or reset the password using <a href="{!!$community->present()->url('forgotpass')!!}">forgot passport action link</a>.
             
			<br/><br />
				If you further need assistance please let us know.
			<br/><br/>

			<p>
                Sincerely,<br/><br/>
                <strong>{!!$community->title!!}</strong><br/>
            </p>
           
		</div>
	</body>
</html>
