command center

This commit is contained in:
Andras Bacsai
2023-05-04 10:00:08 +02:00
parent 135f9ab048
commit b8b0d2243f
7 changed files with 30 additions and 91 deletions

View File

@@ -60,9 +60,9 @@ Route::middleware(['auth'])->group(function () {
return view('update');
})->name('update');
Route::get('/demo', function () {
return view('demo');
})->name('demo');
Route::get('/command-center', function () {
return view('command-center');
})->name('command-center');
});
Route::middleware(['auth'])->group(function () {