/** * Build the message. * * @return $this */ public function build() { return $this->from('example@example.com') ->markdown('emails.orders.shipped', [ 'url' => $this->orderUrl, ]); }