master blayout b

This commit is contained in:
CHIEFSOFT\ameye
2024-09-21 21:51:46 -04:00
parent a1640df7ee
commit 9ee7b2653c
7 changed files with 1966 additions and 104 deletions
+9 -1
View File
@@ -6,6 +6,14 @@ class Home extends BaseController
{
public function index(): string
{
return view('welcome_message');
return view('home');
}
public function about(): string
{
return view('about-us');
}
public function contact(): string
{
return view('contact');
}
}