mods = $mods; $this->versionScope = $versionScope; } public function render(): View { return view('components.mod-list', [ 'mods' => $this->mods, 'versionScope' => $this->versionScope, ]); } }