fix home page and add career page
Deploy to Shared Hosting / Shared hosting deploy (push) Failing after 50s
Tests / PHPUnit (push) Successful in 1m24s

This commit is contained in:
root
2026-09-01 00:44:04 -04:00
parent 6ae90d757b
commit 5b11e2d859
8 changed files with 1318 additions and 689 deletions
+6
View File
@@ -117,6 +117,12 @@ class UserController extends BaseController
return view('/about');
}
// Method to show the careers page
public function careers()
{
return view('/careers');
}
// Method to show the classes page
public function classes()
{