| {{ $garantie->exercieReference }} |
@if($pourcentConso >='95' || $garantie->transactionBeneficiaire=="1")
{{ $garantie->garantie }}
@else
{{ $garantie->garantie }}
@endif
|
{{ $garantie->tauxPlafond }} % |
{{ number_format($garantie->plafond, 0, '', ' ') }} |
{{ $garantie->codePeriodicite }} |
{{ $garantie->nbreTransaction }} |
{{ $garantie->comptePrestationFamille }} |
{{ $garantie->comptePrestation }} |
{{ number_format($garantie->consommationFamille, 0, '', ' ') }} |
{{ number_format($garantie->consommation, 0, '', ' ') }} |
{{ number_format($garantie->soldeGarantieFamille, 0, '', ' ') }} |
{{ number_format($garantie->soldeGarantie, 0, '', ' ') }} |
@endforeach