group(function () { Route::get('/energy-prices', [DashboardController::class, 'index'])->name('dashboard.index'); Route::get('/history', [HistoryController::class, 'index'])->name('history.index'); });