'auth', // 'prefix' => 'dashboard', // ], function () { // }); Route::prefix('dashboard')->group(function () { Route::get('overview', [OverviewController::class, 'index'])->name('dashboard.overview'); });