This commit is contained in:
KONE SOREL 2026-01-22 13:36:00 +00:00
parent c419407382
commit f0d59d44ce

View File

@ -13,7 +13,8 @@
$beneficiaire = $this->nettoyer($demande['beneficiaire']);
$adherent = $this->nettoyer($demande['adherent']);
$numeroAdherent = $this->nettoyer($demande['numeroAdherent']);
$idPolice = $this->nettoyer($demande['idPolice']);
$numeroPolice = $this->nettoyer($demande['numeroPolice']);
if (est_anglophone()){
$lien = $this->nettoyer($demande['lienEng']);
@ -22,17 +23,21 @@
?>
<div id="div_liste" class="card shadow-lg border-0 mb-4" style="border-radius: 15px;">
<div class="card-header text-primary py-3" style="border-radius: 15px 15px 0 0;">
<div class="d-flex justify-content-between align-items-center">
<h1 class="mb-0">
<i class="fas <?= ($idDemandeRemboursement > 0) ? 'fa-file-invoice-dollar' : 'fa-plus-circle' ?> me-2"></i>
<?= ($idDemandeRemboursement > 0) ? _("Détails du Remboursement") : _("Nouvelle Demande") ?>
<span class="badge bg-white text-primary fs-6"> <?= $numeroDemandeRemboursement ?></span>
</h1>
<h1 class="text-primary"><i class="fas fa-file-invoice-dollar me-2"></i></i> <?= _('Détails du Remboursement') ?></h1>
<div class="card-header text-primary py-3" style="border-radius: 15px 15px 0 0;">
<div class="card-header d-flex justify-content-between align-items-center py-1">
<h5 class="mb-0 fw-bold">
<?= _("POLICE") ?> : <span class="text-secondary"><?= $numeroPolice; ?></span>
<span class="ms-3 badge bg-primary text-light small fw-normal">ID: <?= $idPolice; ?></span>
</h5>
<div class="text-end">
<small class="d-block opacity-75"><?= _("Demande N°") ?></small>
<span class="fw-bold h5 mb-0 badge bg-warning"><?= $numeroDemandeRemboursement; ?></span>
</div>
</div>
</div>
</div>
<div class="card-body p-4">
<div class="row g-4 mb-4">