Forgot Account

This commit is contained in:
Kawlll Maxso
2019-03-22 10:05:07 +08:00
parent 8af6a5cca6
commit 9d5015aef2
5 changed files with 175 additions and 0 deletions
@@ -28,4 +28,9 @@ class ForgotPasswordController extends Controller
{
$this->middleware('guest');
}
public function showForgotForm()
{
return view('pages.authentication.forgot');
}
}