kev kem site b
This commit is contained in:
@@ -6,6 +6,20 @@ class Home extends BaseController
|
||||
{
|
||||
public function index(): string
|
||||
{
|
||||
return view('welcome_message');
|
||||
return view('home');
|
||||
}
|
||||
public function about(): string
|
||||
{
|
||||
return view('about');
|
||||
}
|
||||
|
||||
public function services(): string
|
||||
{
|
||||
return view('services');
|
||||
}
|
||||
|
||||
public function contact(): string
|
||||
{
|
||||
return view('contact');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user