application = $application; $this->recipient = $recipient; $this->status = $status; } public function build(): NotifyApplicationStatusChanged { $subject = $this->application->title; return $this->subject($subject)->view("mail.applications.status-changed"); } }