feature: first check point

This commit is contained in:
2025-02-24 20:03:36 +07:00
parent a7afbd69fb
commit 6865e353e6
6 changed files with 809 additions and 4 deletions

View File

@@ -15,7 +15,8 @@ class BigDataController extends Controller
return view('dashboards.bigdata', compact('latest_created'));
}
public function pbg(){
return view('index');
public function pbg()
{
return view('dashboards.pbg');
}
}