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