@include('forms.fbncheader') @include('forms.fdatatables')
| N° | Ex | Employeur | Date | Pmt | CLR | CCPF | Débit | Crédit | Mois | NbMois | BdPu | BdPr | Observations |   |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @if($user->can("COT_VISU") || $user->HasRole("ADMINISTRATEUR")) @endif {!! $cotisation->id !!} @if($user->can("COT_VISU") || $user->HasRole("ADMINISTRATEUR")) @endif | {!! $cotisation->exercice !!} | {!! $cotisation->employeur !!} | {!! $cotisation->date !!} | {!! $cotisation->typepmt !!} | {!! $cotisation->clr !!} | {!! $cotisation->ccpf!!} | {!! $cotisation->debit !!} | {!! $cotisation->credit !!} | {!! $cotisation->mois !!} | {!! $cotisation->nbmois !!} | {!! $cotisation->bdx !!} | {!! $cotisation->bdx_prive !!} | {!! $cotisation->observation !!} | @if( ($user->can("COT_ENC") || $user->HasRole("ADMINISTRATEUR")) ) Encaisser @endif |