rt
This commit is contained in:
parent
4ae8074fb6
commit
a164442355
|
|
@ -14,8 +14,13 @@
|
|||
|
||||
<h1 class="text-primary"><i class="fa-solid fa-chart-pie me-2"></i><?= _('Rapport Sinistre / Prime') ?></h1>
|
||||
|
||||
<div class="d-flex flex-wrap justify-content-between align-items-center mb-4 gap-3">
|
||||
<div>
|
||||
<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"><?= $this->nettoyer($_SESSION['numeroPolice_C']) ?></span>
|
||||
<span class="ms-3 badge bg-primary text-light small fw-normal">ID: <?= $this->nettoyer($_SESSION['idPolice_C']) ?></span>
|
||||
</h5>
|
||||
|
||||
<div>
|
||||
<nav aria-label="breadcrumb">
|
||||
<ol class="breadcrumb mb-0">
|
||||
<li class="breadcrumb-item fw-bold"><?= $this->nettoyer($spadherent['adherent']) ?></li>
|
||||
|
|
@ -23,7 +28,9 @@
|
|||
</ol>
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="d-flex flex-wrap justify-content-between align-items-center mb-4 gap-3">
|
||||
<?php if ($adherentRetire == "1") : ?>
|
||||
<div class="alert alert-danger d-flex align-items-center mb-0 py-2 px-3 shadow-sm border-0">
|
||||
<i class="fa-solid fa-user-slash me-2"></i>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user