<!DOCTYPE html>
<html lang="en-US">
<head><meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    
</head>
<body>
<h2>Hello {!!$fullname!!},</h2>

<div>
  <p>  To verify your email address, please click below link:</p>
    
	<?php 
		$community = app('App\\Repositories\\CommunityRepository')->getById($community_id);
	?>
	
    <p><a href="{!!$community_acivation_url!!}?str={!!$email_verification_code!!}&uid={!!$user_id!!}&eml={!!$email_address!!}">Click here to verify now</a><p>

	@if($community->email_signature)
		{!!$community->email_signature!!}
	@else
		<p>
			Sincerely,<br/><br/>
			
			<strong>{!!$community->title!!}</strong><br/>  
			{!!$community->address!!}<br>{!!ucfirst($community->city)!!},{!!$community->zip!!}<br>{!!ucfirst($community->state)!!},{!!ucfirst($community->country)!!}<br/>              
			Tel: {!!$community->contact!!}<br/>
			Email: {!!$community->email!!}<br/>
			
			<br>
					   
			<hr>
			<?php $imgPath=$community->present()->getLogo(); ?>
			<a href="{!!$url!!}"><img src="{!!ltrim($imgPath)!!}" style="width:200px; height:auto; "/></a>
			<br>
			<br>
			{!!$community->description!!}<br/>
		</p>
	@endif
    
    
</div>
</body>
</html>
