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