url = $url; $this->icon = $icon; $this->text = $text; } public function render() { $url = $this->url; $icon = $this->icon; $text = $this->text; return view('cdms.button', compact('url','icon','text')); } }