© 2026 Hedgehog Software, LLC
/posts/{slug}
return $panel ->routes() // what should we pass here
->routes(function () { return Route::get('posts/{slug}', \App\Filament\App\Pages\PostDetail::class)->name('post'); })
route:list