New page data

This commit is contained in:
CHIEFSOFT\ameye
2025-11-08 18:07:02 -05:00
parent d4ecc1bcfb
commit 5fa3259909
88 changed files with 10728 additions and 1 deletions
+2 -1
View File
@@ -6,6 +6,7 @@ class Home extends BaseController
{
public function index(): string
{
return view('welcome_message');
//return view('welcome_message');
return view('index2');
}
}