Initial Commit

This commit is contained in:
Frank John Begornia
2019-03-06 20:32:31 +08:00
commit 562f03488a
2123 changed files with 780991 additions and 0 deletions

View File

@@ -0,0 +1 @@
Click here to reset your password: {{ url('password/reset/'.$token) }}

View File

@@ -0,0 +1,20 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Email Verification</title>
</head>
<body>
<h1>Verify Your Email Address</h1>
<p>Thanks for creating an account with.</p>
<p>Use this verification code to verify your email address. </p>
<p>Verification Code: <b><?php echo $verification_code; ?></b> </p>
</body>
</html>