This commit is contained in:
louiscklaw
2025-02-01 02:08:48 +08:00
parent 3de8aea20a
commit db8bf18f7a
754 changed files with 137077 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
<!DOCTYPE html>
<html>
<head>
<title>{{ env('APP_NAME') }}</title>
</head>
<body>
<center><h1> <b>{{ env('APP_NAME') }}</b> </br> Reset Password </h1></center>
<h4>Hi , {{ $name }}</h4>
<h4>Forget your Password ?</h4>
<p>We recived a request to reset the password for your account.</p>
<p>To Reset Password, click on the below:</p><br>
<a href="{{ $url }}" style="background-color:#007bff !important;border-color:#007bff !important;color:#FFF !important">Reset Password</a>
<p>Thank you</p>
</body>
</html>