Abonnés à la newsletter

  
{{--create newsletters method--}}
@if(count($abonnes)>0) @foreach($abonnes as $abonne)
{{$abonne->email}}
@endforeach @else
Aucun abonné disponible
@endif