fix templates
This commit is contained in:
@@ -6,6 +6,13 @@ class Home extends BaseController
|
||||
{
|
||||
public function index(): string
|
||||
{
|
||||
return view('welcome_message');
|
||||
return view('home');
|
||||
}
|
||||
public function aboutUs(): string
|
||||
{
|
||||
return view('about-us');
|
||||
}
|
||||
public function contacts():string {
|
||||
return view('contacts');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user