@extends('admin.layout.master') @section('content')

Annuaire des Adhérents

Gestion et suivi de vos assurés

{{ number_format($nbre_adherent, 0, ',', ' ') }} Adhérents enregistrés
@if(isset($idPolice)) @endif @if(isset($idCollege)) @endif
@include('Assure::admin.adherent.items', ['adherents' => $adherents])
@endsection @section('scripts') @endsection