This commit is contained in:
CHIEFSOFT\ameye
2024-09-22 13:30:52 -04:00
parent caec58be12
commit 63919bcbb5
5 changed files with 196 additions and 18 deletions
+6 -1
View File
@@ -18,6 +18,11 @@ class Home extends BaseController
}
public function book(): string
{
return view('home');
return view('book');
}
public function ourService(): string
{
return view('about-us');
}
}