name)) { $this->name = 'country'; } if ($this->selected === null && empty($this->getParentData('model'))) { $this->selected = setting('company.country'); } return view('components.form.group.country'); } }