group(function () { Route::get('/news', IndexPostController::class)->name('client.post.index'); Route::get('/news/{slug}', ShowPostController::class)->name('client.post.show'); });