This commit is contained in:
KONE SOREL 2026-03-31 19:48:24 +00:00
parent d1dab16409
commit d758b5defb

View File

@ -359,9 +359,13 @@
</div>
</div>
<div class="col-sm-6 text-center text-sm-end">
<div class="p-2 bg-light rounded border-end border-secondary border-4 shadow-sm h-100">
<small class="text-muted d-block text-uppercase" style="font-size: 0.7rem;"><?= _("Collège / N° Police") ?></small>
<span class="fw-bold text-center"><?= $beneficiaire['libelleCollege'] ?> / <?= $beneficiaire['numeroPolice'] ?></span>
<div class="p-2 bg-light rounded border-end border-secondary border-4 shadow-sm h-100 d-flex flex-column justify-content-center align-items-center align-items-sm-end">
<small class="text-muted d-block text-uppercase" style="font-size: 0.7rem;">
<?= _("Collège / N° Police") ?>
</small>
<span class="fw-bold">
<?= $beneficiaire['libelleCollege'] ?> / <?= $beneficiaire['numeroPolice'] ?>
</span>
</div>
</div>
</div>