@include('forms.fbncheader') @include('forms.fdatatables')
| Id | N°Employeur | Employeur | NbSalariés | Bdx | NbMois | Mois | Exercice | Année de rattachement | TypePMT | CLR | CCPF | Débit | Crédit |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {!! $cotisation->id !!} | {!! $cotisation->sonum !!} | {!! $cotisation->employeur !!} | {!! $cotisation->nbsal !!} | {!! (($cotisation->bdx==0)?"":str_pad($cotisation->bdx, 2, "0", STR_PAD_LEFT)). (($cotisation->bdx_prive==0)?"":str_pad($cotisation->bdx_prive, 2, "0", STR_PAD_LEFT)) !!} | {!! $cotisation->nbmois !!} | {!! $cotisation->MoisLettre !!} | {!! $cotisation->exercice !!} | {!! $cotisation->AnneeRatachement !!} | {!! $cotisation->typepmt !!} | {!! number_format($cotisation->clr,0,","," ") !!} | {!! number_format($cotisation->ccpf,0,","," ") !!} | {!! number_format($cotisation->debit,0,","," ") !!} | {!! number_format($cotisation->credit,0,","," ") !!} |
| {!! $total["nbsal"] !!} | {!! $total["nbmois"] !!} | {!! number_format($total["clr"],0,","," ") !!} | {!! number_format($total["ccpf"],0,","," ") !!} | {!! number_format($total["debit"],0,","," ") !!} | {!! number_format($total["credit"],0,","," ") !!} |