@include('forms.fbncheader_nomenu') @include('forms.fdatatables') {!! Html::style('css/jquery-ui.structure.min.css') !!} {!! Html::style('css/jquery-ui.theme.min.css') !!}
| N° | Exercice | Date | Type | Mois | Date Encaiss. | Débit | Crédit |
|---|---|---|---|---|---|---|---|
| {!! $cotisation->id !!} | {!! $cotisation->exercice !!} | {!! $cotisation->date !!} | {!! $cotisation->type_cotis !!} | {!! $cotisation->mois !!} | {!! $cotisation->encais_date !!} | {!! $cotisation->debit !!} | {!! $cotisation->credit !!} |
| TOTAL | {!! $total_debit !!} | {!! $total_credit !!} | |||||
| SOLDE | {!! $total_credit-$total_debit !!} | ||||||