21 lines
733 B
PHP
21 lines
733 B
PHP
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Reset Password</title>
|
|
</head>
|
|
|
|
<body style="font-family: Arial, sans-serif;">
|
|
|
|
<h2>Recovery Password Akun SPK PUPUK</h2>
|
|
<p>Silahkan klik tombol dibawah untuk mereset password akun anda.</p>
|
|
|
|
<a href="{{ route('validation_forgot_password.index', ['token' => $token]) }}"
|
|
style="display: inline-block; padding: 15px 0; background-color: #428BCA; color: white; text-decoration: none; font-weight: bold; border-radius: 5px; text-align: center; width: 100%; max-width: 1000px; margin: 0 auto; font-size: 15px;">
|
|
Recover Password
|
|
</a>
|
|
</body>
|
|
|
|
</html> |