donation = $donation; } /** * Build the message. * * @return $this */ public function build() { return $this->subject("Thank you for your donation!")->markdown('emails.successfulpayment'); } }