'dashboard'], function () { Route::get("/", [DashController::class, 'start']); Route::get("/logout", [AuthController::class, 'exit']); });