@if ($valider == "valider") @endif @foreach ( $effectifs as $effectif ) @if ($valider == "valider") @endif @endforeach
GARANT POLICE C0LLEGE JANV FEV MARS AVR MAI JUIN JUI AOUT SEPT OCT NOV DEC TOTAUX
{{ ($effectif->codeGarant)}} {{ ($effectif->libelle_police) }} {{$effectif->libelleCollege}} {{number_format($effectif->JANVIER, 0, '', ' ')}} {{number_format($effectif->FEVRIER, 0, '', ' ')}} {{number_format($effectif->MARS, 0, '', ' ')}} {{number_format($effectif->AVRIL, 0, '', ' ')}} {{number_format($effectif->MAI, 0, '', ' ')}} {{number_format($effectif->JUIN, 0, '', ' ')}} {{number_format($effectif->JUILLET, 0, '', ' ')}} {{number_format($effectif->AOUT, 0, '', ' ')}} {{number_format($effectif->SEPTEMBRE, 0, '', ' ')}} {{number_format($effectif->OCTOBRE, 0, '', ' ')}} {{number_format($effectif->NOVEMBRE, 0, '', ' ')}} {{number_format($effectif->DECEMBRE, 0, '', ' ')}} {{number_format($effectif->TOTAUX, 0, '', ' ')}}


@if (($effectifs->count() != 0))
{{ count($effectifs)." Effectif(s)" }} / page


@else

@endif {{-- @if (($effectifs->count() != 0))
{{ count($effectifs)." Effectif(s)" }}

{!! $effectifs->appends(Request::except(array('page')))->links() !!}

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