id = $id; $this->img = $img; $this->name = $name; $this->dateTime = $dateTime; $this->title = $title; $this->activeClass = $activeClass; $this->about = $about; $this->nickName = $nickName; $this->contact = $contact; $this->dob = $dob; $this->gender = $gender; $this->lang = $lang; $this->status = $status; } /** * Get the view / contents that represent the component. * * @return \Illuminate\Contracts\View\View|string */ public function render() { return view('components.chat-content'); } }