Hi {{$user->name}},
You recently requested to reset your password for your {{env('APP_NAME')}} account. Use the button below to reset it. This password reset is only valid for the next 1 hours.
If you did not request a password reset, please ignore this email
Thanks,
The {{env('APP_NAME')}} team
If you’re having trouble with the button above, copy and paste the URL below into your web browser.
{{env("FRONTEND_URL")."/auth/reset-password?token=".$token}}
|
|