title = $title; $this->clients = $clients ? true : false; $this->description = $description; $this->image = $image; } /** * Get the view / contents that represents the component. * * @return View */ public function render() { return view('layouts.app'); } }