{{-- {{dd($adherents)}} --}} @foreach($adherents as $key => $a)

Numéro Adhérent : {{ $a->numeroAdherent }}
Adhérent :{{ $a->adherent }}
Sexe : {{ $a->sexe }}
Age : {{ $a->ageBeneficiaire }}
Date d'entrée : {{ \Carbon\Carbon::parse($a->dateEffetBeneficiaire)->format('d/m/Y') }}
Catégorie : {{ $a->codeProduit }}
Collège : {{ $a->libelleCollege }}

@if ($currentUser->hasPermission('admin.beneficiaire.index')) Mes Bénéficiaires @endif @if ($currentUser->hasPermission('admin.adherent.show')) Informations Adhérents @endif @if ($currentUser->hasPermission('admin.reseau.index')) Mon réseaux de soins @endif

@endforeach
@if (($adherents->count() != 0))
{{ count($adherents)." Adhérent(s)" }}


@else

@endif {{-- @if (($adherents->count() != 0))
{{ count($adherents)." Adhérent(s)" }}
{!! $adherents->appends(Request::except(array('page')))->links() !!}




@else
Aucun élément trouvé.
@endif --}}