{{-- This is the User Forgot Password E-mail using Mailtrap --}} {{-- All the variables (like $name, $mobile, $email, $code, ...) used here are passed in from the forgotPassword() method in Front/UserController.php --}} {{-- $email is passed in from forgotPassword() method in UserController.php --}} {{-- $password is passed in from forgotPassword() method in UserController.php --}}
Dear {{ $name }},
 
You requested to change your password. New Password is as below:-
 
Email: {{ $email }}
 
Password: {{ $password }}
 
Thanks & Regards,
Multi-vendor E-commerce Application