new template

This commit is contained in:
CHIEFSOFT\ameye
2024-05-25 19:09:03 -04:00
parent f41ba14db2
commit c0d4d82c43
331 changed files with 119038 additions and 0 deletions
+4
View File
@@ -13,6 +13,10 @@ class Home extends BaseController
return view('welcome_message');
}
public function home2(){
return view('main/home');
}
public function home(){
return view('site/home');
}