
Step 1: Create a Forgot Password
Step 2: Create a Forgot Password page

Step 3: Create API
Step 4: Create a Route in the App.php in Laravel
Route::post('/password/reset', 'Auth\ResetPasswordController@resetApp');
Code language: PHP (php)
YOUR COSMETIC CARE STARTS HERE
Looking for the right place for a cosmetic procedure? Explore top cosmetic hospitals in one place and choose with confidence.
“Small steps lead to big changes — today is a perfect day to begin.”
✓ Shortlist providers • ✓ Review options • ✓ Take the next step with confidence


Route::post('/password/reset', 'Auth\ResetPasswordController@resetApp');
Code language: PHP (php)