This commit is contained in:
KONE SOREL 2026-04-04 17:32:04 +00:00
parent 6d7c6ecfc9
commit f465064693

View File

@ -13,8 +13,9 @@
<?= $isEditable ? _("Gérer les Garanties du Produit Santé") : _("Consulter les Garanties du Produit Santé") ?>
</h4>
<p class="text-muted small mb-0">
<?= _("Produit :") ?> <span class="fw-bold badge bg-light text-primary border"><?= $this->nettoyer($produit['libelle']) ?></span>
(<span class="fw-bold badge bg-light text-primary border"><?= $this->nettoyer($produit['codeProduit']) ?></span>)</p>
<?= _("Produit") ?> : <span class="fw-bold badge bg-light text-primary border"><?= $this->nettoyer($produit['codeProduit']) ?></span>
<span class="fw-bold badge bg-light text-primary border"><?= $this->nettoyer($produit['libelle']) ?></span>
</p>
</div>
</div>