project/{item:uuid}
use Filament\Panel; public function panel(Panel $panel): Panel{ return $panel // ... ->path('project/{item:uuid}');}