merms media

This commit is contained in:
CHIEFSOFT\ameye
2026-01-04 07:39:59 -05:00
parent 28a30c3ef9
commit 9d360a74ad
4 changed files with 80 additions and 2 deletions
+3 -1
View File
@@ -6,6 +6,8 @@ class Home extends BaseController
{
public function index(): string
{
return view('welcome_message');
$data["config_name"] = $_ENV['CONFIG_NAME'];
/// return view('welcome_message',$data);
return view('live_welcome_message',$data);
}
}