article = $offer->article->name ?? 'Article #'.$offer->article_id; $this->offre = $offer->id; $this->stock_restant = $offer->stock_current; $this->seuil = $offer->minimum_ondemand; $this->lien_article = url('/Admin/Shop/Articles/edit/'.$offer->article_id); $this->lien_offre = url('/Admin/Shop/Offers/edit/'.$offer->id); } public function envelope() { return new Envelope( from: new Address('boutique@jardinenvie.com', 'Jardin\'en\'Vie'), subject: $this->subject, ); } }