id)) { $this->id = new Cuid2; } if (is_null($this->name)) { $this->name = $this->id; } return view('components.forms.select'); } }