<div style="width: 500px; height: auto; margin: 0 auto; position:relative; background: #F6F6F6; padding: 30px;">
	<h3>The Ivy key - Email confirmation</h3>
	<p style="font-size: 18px; ">
		Hello, <?php echo e($user->first_name); ?> ! <br>
		We're ready to activate your account.
		All we need to do is to make sure this is your email address. <br> 
	</p>
		<a href="<?php echo e(URL::to('/registration')); ?>/confirm/<?php echo e($user->code); ?>" style="margin: 0 auto;"><button style="background: #348EDA; color: #fff; border: none; border-radius: 5px; min-width: 100px; min-height: 50px; font-size: 18px; cursor: pointer;">Activate your account</button></a>
	<p style="font-size: 14px; color: #898888;">
		If you didn't create The Ivy Key account, just ignore this email. <br> Thank you.
	</p>
</div>