garant/Vue/Ajaxlistereseausoins/index.php
2025-12-05 10:57:03 +00:00

41 lines
1.5 KiB
PHP
Executable File

<div class="card mt-4">
<div class="card-header bg-info text-white d-flex justify-content-between align-items-center">
<h5 class="mb-0">
<!-- <span class="badge bg-light text-dark">2428</span> Prestations trouvées-->
</h5>
</div>
<div class="card-body">
<div class="table-responsive">
<table class="table table-bordered table-hover">
<thead class="table-light text-center">
<tr>
<th>LOCALITÉ</th>
<th>POLICE</th>
<th>COLLÈGE</th>
<th>TYPE PRESTATAIRE</th>
<th>PRESTATAIRE</th>
<th>ADRESSE GÉOGRAPHIQUE</th>
<th>TÉLÉPHONE FIXE</th>
<th>TÉLÉPHONE PORTABLE</th>
</tr>
</thead>
<tbody>
<tr>
<td>ABIDJAN</td>
<td>AIBEF</td>
<td>COLLEGE AIBEF 80% CI - FAMILLE</td>
<td>Centre de soins</td>
<td>CABINET D'OPHTAMOLOGIE DE LA PROV</td>
<td></td>
<td></td>
<td></td>
</tr>
<!-- Ajoutez d'autres lignes ici -->
</tbody>
</table>
</div>
</div>
</div>