@include('forms.fbncheader') @include('forms.fdatatables')
{!! Html::image("img/entreprise_cotisations.png", "Cotisations", array( 'width'=>'100%', "style"=>"padding:4px" )) !!}

Cotisations à encaisser

@foreach ($cotisations as $cotisation) @endforeach
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
TOTAL CLR : 
TOTAL CCPF : 
TOTAL DEBIT : 
TOTAL CREDIT : 
SOLDE :