Update Dashboard

This commit is contained in:
Firman Herdiansyah
2025-02-06 04:53:20 +07:00
parent 99e99fa2e6
commit 3309664bae
6 changed files with 64 additions and 49 deletions

View File

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