product = $product; $this->seckill = $seckill; } /** * Build the message. * * @return $this */ public function build() { return $this->markdown('emails.seckills'); } }