Update Dashboard
This commit is contained in:
@@ -19,6 +19,10 @@ Route::group(['middleware' => 'auth'], function(){
|
||||
Route::group(['prefix' => '/dashboards'], function(){
|
||||
Route::get('/bigdata', [BigDataController::class, 'index'])->name('home');
|
||||
});
|
||||
|
||||
Route::group(['prefix' => '/dashboards'], function(){
|
||||
Route::get('/dashboard-pbg', [BigDataController::class, 'pbg'])->name('dashboards.pbg');
|
||||
});
|
||||
|
||||
// settings
|
||||
Route::group(['prefix' => '/settings'], function(){
|
||||
|
||||
Reference in New Issue
Block a user