prefix('customer') ->group(function () { Route::prefix('dashboard') ->name('customer.dashboard.') ->group(function () { Route::get('overview', Overview::class)->name('overview'); }); });