added new pages

This commit is contained in:
CHIEFSOFT\ameye
2024-11-16 13:27:58 -05:00
parent 2b2cd8648d
commit fa66baa1ad
11 changed files with 926 additions and 8 deletions
+6
View File
@@ -15,4 +15,10 @@ class Auth extends BaseController
$out=[];
return view('promo_admin_home', $out);
}
public function AuthPromoLogin(){
$out=[];
//exit();
return view('admin/index', $out);
}
}