@if ($fiche == "plafondFamille") @endif @if ($fiche == "plafondIndividuel") @endif @if ($fiche == "plafondGarantie") @endif @foreach ($seuils as $seuil) @if ($fiche == "plafondFamille") @endif @if ($fiche == "plafondIndividuel") @endif @if ($fiche == "plafondGarantie") @endif @endforeach
Garant / Police N° Adhérent / Nom Plafond Famille Consommation Reste/Dépassement
Garant / Police Adhérent Bénéficiaire Plafond Indiv. Consommation Reste/Dépassement
Garant / Police Garantie Bénéficiaire Plafond Consommation Dépassement
{{ $seuil->garant }}
{{ str_limit($seuil->police, 25) }}
{{ $seuil->numeroAdherent }}
{{ str_limit($seuil->adherent, 30) }}
{{ number_format($seuil->plafondFamille, 0, '', ' ') }} {{ number_format($seuil->consoPlafondFamille, 0, '', ' ') }} {{ number_format($seuil->ResteOuDepassement, 0, '', ' ') }}
{{ $seuil->garant }}
{{ str_limit($seuil->police, 20) }}
{{ $seuil->numeroAdherent }}
{{ str_limit($seuil->adherent, 20) }}
{{ $seuil->numeroBeneficiaire }}
{{ str_limit($seuil->Beneficiaire, 25) }}
{{ number_format($seuil->plafondIndividuel, 0, '', ' ') }} {{ number_format($seuil->consoIndividuel, 0, '', ' ') }} {{ number_format($seuil->ResteOuDepassement, 0, '', ' ') }}
{{ $seuil->garant }}
{{ str_limit($seuil->police, 20) }}
{{ $seuil->codeGarantie }}
{{ str_limit($seuil->garantie, 25) }}
{{ $seuil->numeroBeneficiaire }}
{{ str_limit($seuil->Beneficiaire, 20) }}
{{ number_format($seuil->plafondIndividuel, 0, '', ' ') }} {{ number_format($seuil->consoIndividuel, 0, '', ' ') }} {{ number_format($seuil->depassement, 0, '', ' ') }}
@if ($seuils->count() > 0)
{{ $seuils->total() }} RÉSULTATS TROUVÉS
{!! $seuils->appends(Request::except(array('page')))->onEachSide(1)->links() !!}
@endif