team_points = $team_points; $this->update_to = $update_to; $this->subject = 'Deine Karriere-Level auf mivita.care'; } public function build() { $title = __('email.update_level_title'); $copy1line = __('email.update_level_copy1line', ['tp'=>$this->team_points, 'to'=>$this->update_to]); return $this->view('emails.blank')->with([ 'title' => $title, 'copy1line' => $copy1line, ]); } }