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