@include('forms.fbncheader') @include('forms.fdatatables')
| N° | Ex | Date | Débit | Crédit | Mois | Nb Mois | DatDépôt | DatEncais | Lettrage Tout {!! Form::checkbox('box_all', '1',false , ['id'=>'box_all','style'=>'','onclick'=>'check_all()']); !!} |
  |
|---|---|---|---|---|---|---|---|---|---|---|
| {!! $cotisation->id !!} | {!! $cotisation->exercice !!} | {!! $cotisation->date !!} | {!! $cotisation->debit !!} | {!! $cotisation->credit !!} | {!! $cotisation->mois !!} | {!! $cotisation->nbmois !!} | {!! $cotisation->date_depot !!} | {!! $cotisation->encais_date !!} | @if($cotisation->encais_date!="") @if($cotisation->lettrage2=="") {!! Form::checkbox('box_'.$cotisation->id, '1',false , ['id'=>'box_'.$cotisation->id,'onclick'=>'check()']); !!} @else {!! $cotisation->lettrage2 !!} @endif @endif | Encaisser |