name('homepage'); Route::get('/news', [NewsController::class, 'index'])->name('news.index'); Route::get('/news/{news:slug}', [NewsController::class, 'show'])->name('news.show');