<!DOCTYPE html>
<html lang="en-US">
	<head>
		<meta charset="utf-8">
	</head>
	<body>
		<h2>Password Reset</h2>

		<p>Good day</p>

           <p>You recently requested to reset your password for your Prestige Advantage account. </p>

           <div>
                To reset your password, complete this form: <?php echo URL::to('password/reset', array($token)); ?>.<br/>
                This link will expire in <?php echo Config::get('auth.reminder.expire', 60); ?> minutes.
           </div>

           <p>If you ignore this message your password won't be changed.</p>
           <p>If you didn't request a password reset, let us know!<a href="mailto:admin2@prestigeadvantage.co.za?subject=Password Reset NOT Requested&cc=admin1@prestigeadvantage">mail link</a>

           <p>Regards<br>
           The Prestige Team</p>


	</body>
</html>
