@extends('layouts.admin') @section('title','liste-communaute') @section('content')

Communautés : {{ $CommunautiesCount }}

@forelse ($Communauties as $Communauty) @if(is_null($Communauty->created_at)) @else @endif @if($Communauty->desactive==true) @else @endif @empty @endforelse
Communaute Participants ajouter le status details
{{$Communauty->name}} {{ $Communauty->nmFollowers() }}jamais{{($Communauty->created_at)->format('Y-m-d')}} activé @include('admin.modal-communaute') desactivé @include('admin.modal-communaute')
Aucun Aucun Aucun Aucun Aucun Aucun Aucun
@if($Communauties)
{{ $Communauties->links() }}
@endif
@endsection @section('script') @endsection