| Current Path : /home/users/unlimited/www/medimeet.codeskitter.site/resources/views/emails/ |
| Current File : /home/users/unlimited/www/medimeet.codeskitter.site/resources/views/emails/password_reset.blade.php |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Password Reset</title>
</head>
<body>
<h2>Hello, {{ $userName }}</h2>
<p>Your password has been successfully reset. Your new password is:</p>
<p><strong>{{ $newPassword }}</strong></p>
<p>If you did not request a password reset, please contact support immediately.</p>
<br>
<p>Best regards, Medicare</p>
<p>Your App Team</p>
</body>
</html>