article = $offer->article->title ?? 'Article #'.$offer->article_id; $this->offre = $offer->id; $this->stock_restant = $offer->stock_current; $this->seuil = $offer->minimum_ondemand; } public function envelope() { return new Envelope( from: new Address('boutique@jardinenvie.com', 'Jardin\'en\'Vie'), subject: $this->subject, ); } }