This commit is contained in:
KONE SOREL 2026-04-04 16:45:43 +00:00
parent e02a10410a
commit 235a1cfc1e

View File

@ -9,10 +9,9 @@
<i class="fas fa-box fs-4"></i>
</div>
<div class="flex-grow-1">
<h4 id="titre-page" class="mb-0 fw-bold text-uppercase"><?= $this->nettoyer($produit['libelle']) ?></h4>
<h4 id="titre-page" class="mb-0 fw-bold text-uppercase"><?= _("Consulter Produit Santé")." : ".$this->nettoyer($produit['libelle']) ?></h4>
<p class="text-muted small mb-0"><?= _("Code Produit") ?> :
<span class="badge bg-light text-primary fw-bold border"><?= $this->nettoyer($produit['codeProduit']) ?></span>
<span class="badge bg-light text-primary fw-bold border"><?= $this->nettoyer($produit['libelle']) ?></span>
</p>
</div>
</div>