Auth pages added

This commit is contained in:
Olu Amey
2021-09-25 22:04:24 -04:00
parent 034362a98e
commit 3eeead0222
4 changed files with 207 additions and 1 deletions
+5
View File
@@ -35,6 +35,11 @@ class Home extends BaseController
return view('home/index');
}
public function login()
{
return view('home/login');
}
public function howitworks()
{
return view('home/howitworks');