| Mois | NbAlloc. | MonoParent. | NbEnf. | Montant versé |
|---|---|---|---|---|
| {{ $statistique->mois }} | {{ $statistique->nb_allocataires }} | {{ $statistique->nb_mono_parents }} | {{ $statistique->nb_enfants }} | {{ $statistique->montant }} |
| Mois | NbEnf. | AgeMoy | @foreach($t_certificats as $code=>$libelle)Cert:{{ $code }} | @endforeach
|---|---|---|---|
| {{ $statistique->mois }} | {{ $statistique->nb_enfants }} | {{ $statistique->moyenne_age }} | @foreach($t_certificats as $code=>$libelle){{ isset($statistique->certificats[$code])?$statistique->certificats[$code]:0 }} | @endforeach