fix pages

This commit is contained in:
CHIEFSOFT\ameye
2024-08-19 18:45:34 -04:00
parent 5f48e2c7a7
commit 8e484833d0
8 changed files with 134 additions and 4 deletions
+10
View File
@@ -39,5 +39,15 @@ class Home extends BaseController
public function oppositionalDefiantDisorder():string{
return view('oppositional-defiant-disorder');
}
public function career():string{
return view('career');
}
public function spiritual():string{
return view('spiritual');
}
public function homelessness():string{
return view ('homelessness');
}
}