qze
This commit is contained in:
parent
c3a9f2cd49
commit
db0f13bdfa
|
|
@ -84,7 +84,7 @@
|
||||||
<div class="card shadow-sm border-0 overflow-hidden" style="border-radius: var(--radius-md);">
|
<div class="card shadow-sm border-0 overflow-hidden" style="border-radius: var(--radius-md);">
|
||||||
<div class="card-header bg-white py-3 d-flex justify-content-between align-items-center border-bottom">
|
<div class="card-header bg-white py-3 d-flex justify-content-between align-items-center border-bottom">
|
||||||
<h6 class="mb-0 fw-bold text-dark text-uppercase small">
|
<h6 class="mb-0 fw-bold text-dark text-uppercase small">
|
||||||
<i class="fas fa-th-list me-2 text-primary"></i><?= _("Liste des assurés trouvés") ?>
|
<i class="fas fa-th-list me-2 text-dark"></i><?= _("Liste des assurés trouvés") ?>
|
||||||
</h6>
|
</h6>
|
||||||
<?php if (isset($beneficiaires) && is_array($beneficiaires)): ?>
|
<?php if (isset($beneficiaires) && is_array($beneficiaires)): ?>
|
||||||
<span class="badge bg-primary-ghost text-primary border-0 rounded-pill"><?= count($beneficiaires) ?> <?= _("résultats") ?></span>
|
<span class="badge bg-primary-ghost text-primary border-0 rounded-pill"><?= count($beneficiaires) ?> <?= _("résultats") ?></span>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user