File: /home/imensosw/www/amanda/resources/views/emails/reset_password_link.blade.php
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="utf-8">
</head>
<body>
<h2>Hello!</h2>
<p>You are receiving this email because we received a password reset request for your account.</p>
<a style="text-align: center;" href="{{$resetLink}}" class="btn btn-primary">Reset Password</a>
<p>This password reset link will expire in 60 minutes.</p>
<p>
If you did not request a password reset, no further action is required.
</p>
<br>
<br><br>
<p>Regards,Swamanda</p>
</body>
</html>