item = $item; $this->username = $username; } /** * Build the message. * * @return $this */ public function build() { return $this->subject( \Lang::get( ':itemname is available!', ['itemname' => $this->item->name] ) )->markdown('emails.itemAvailable'); } }