book page start
This commit is contained in:
@@ -16,4 +16,8 @@ class Home extends BaseController
|
||||
{
|
||||
return view('contact');
|
||||
}
|
||||
public function book(): string
|
||||
{
|
||||
return view('home');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user