title = $title; $this->content = $content; } public function build() { return $this->view('emails.replyTicket')->subject('工单回复提醒')->with([ 'title' => $this->title, 'content' => $this->content ]); } }