@if($nb_cotisations>1)
{!! html()->label("Cotisations associées au".(($nb_reglements>1)?"x":"")." règlement".(($nb_reglements>1)?"s":"")." ".$cotisation->ListeCotisations,'credit')
->attributes(['style'=>'font-weight:normal'])
!!}
{!! html()->label(" pour un montant total de : ".number_format($cotisation->TotalCotisations,0,","," ")." CFP",'credit')
->attributes(['style'=>'font-weight:normal'])
!!}
@endif