| {{ $facture->numeroAdherent }} |
{{ $facture->adherent }} |
{{ number_format($facture->JANVIER, 0, '', ' ') }} |
{{ number_format($facture->FEVRIER, 0, '', ' ') }} |
{{ number_format($facture->MARS, 0, '', ' ') }} |
{{ number_format($facture->AVRIL, 0, '', ' ') }} |
{{ number_format($facture->MAI, 0, '', ' ') }} |
{{ number_format($facture->JUIN, 0, '', ' ') }} |
{{ number_format($facture->JUILLET, 0, '', ' ') }} |
{{ number_format($facture->AOUT, 0, '', ' ') }} |
{{ number_format($facture->SEPTEMBRE, 0, '', ' ') }} |
{{ number_format($facture->OCTOBRE, 0, '', ' ') }} |
{{ number_format($facture->NOVEMBRE, 0, '', ' ') }} |
{{ number_format($facture->DECEMBRE, 0, '', ' ') }} |
{{ number_format($facture->TOTAUX, 0, '', ' ') }} |
@endforeach
| TOTAL GÉNÉRAL CONSOLIDÉ |
{{ number_format($total_JANVIER, 0, '', ' ') }} |
{{ number_format($total_FEVRIER, 0, '', ' ') }} |
{{ number_format($total_MARS, 0, '', ' ') }} |
{{ number_format($total_AVRIL, 0, '', ' ') }} |
{{ number_format($total_MAI, 0, '', ' ') }} |
{{ number_format($total_JUIN, 0, '', ' ') }} |
{{ number_format($total_JUILLET, 0, '', ' ') }} |
{{ number_format($total_AOUT, 0, '', ' ') }} |
{{ number_format($total_SEPTEMBRE, 0, '', ' ') }} |
{{ number_format($total_OCTOBRE, 0, '', ' ') }} |
{{ number_format($total_NOVEMBRE, 0, '', ' ') }} |
{{ number_format($total_DECEMBRE, 0, '', ' ') }} |
{{ number_format($total_TOTAUX, 0, '', ' ') }} |