id = $id; $this->img = $img; $this->msg= $msg; $this->name = $name; $this->dateTime = $dateTime; } /** * Get the view / contents that represent the component. * * @return \Illuminate\Contracts\View\View|string */ public function render() { return view('components.chat-item'); } }