name = $name; $this->title = $title; $this->value = $value; $this->options = $options; $this->width = $width; $this->key = $key; $this->label = $label; } public function render() { return view('admin::components.form.select'); } }