@include('forms.fbncheader') @include('forms.fdatatables') {!! Html::style('css/datepicker3.css') !!} {!! Html::script('js/bootstrap-datepicker.js') !!}
| N° | Ex | Employeur | Date | Pmt | CLR | CCPF | Débit | Crédit | Mois | NbMois | BdPu | BdPr | DateEnc | Compte |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @if($user->can("COT_VISU") || $user->HasRole("ADMINISTRATEUR")) @endif {!! $cotisation->id !!} @if($user->can("COT_VISU") || $user->HasRole("ADMINISTRATEUR")) @endif | {!! $cotisation->exercice !!} | {!! $cotisation->NomEmployeur !!} | {!! $cotisation->date !!} | {!! $cotisation->typepmt !!} | {!! $cotisation->clr !!} | {!! $cotisation->ccpf !!} | {!! $cotisation->debit !!} | {!! $cotisation->credit !!} | {!! $cotisation->mois !!} | {!! $cotisation->nbmois !!} | {!! $cotisation->bdx !!} | {!! $cotisation->bdx_prive !!} | {!! $cotisation->encais_date !!} | {!! $cotisation->encais_compte !!} |