countries = Country::select('name', 'id')->get(); $this->country = Country::firstWhere('name', 'Deutschland')->id; $this->compilers = app(ContributionFactory::class)->compilerSelect(); } public function render() { return <<<'HTML'
HTML; } }