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