father = $father; $this->meeting_id = $meeting_id; } public function build () { return $this->subject('KIKI運営事務局からのお知らせ')->text('emails.fathers.approvalagain', [ 'father' => $this->father, 'url' => '/c-account/meeting/detail/'.$this->meeting_id, ]); } }