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