@php // Les données sont calculées par LesDonneesDeMaSimulationResidencePrincipaleCalculator $montant_bien = $montant_bien ?? 0; $eligible_ptz = $eligible_ptz ?? 0; $nb_pers = $nb_pers ?? 1; $revenu_fiscal_foyer = $revenu_fiscal_foyer ?? null; $apport = $apport ?? 0; $taux_emprunt = $taux_emprunt ?? 0; $taux_assurance = $taux_assurance ?? 0; $duree_annee = $duree_annee ?? 0; @endphp
@include('simulator.templates.shared._titre_page', ['titreContent' => 'Les données de ma simulation'])
Récapitulatif de votre investissement
MONTANT DU BIEN
{{ number_format($montant_bien, 0, ',', ' ') }} €
PROPRIÉTAIRE DE VOTRE
RÉSIDENCE PRINCIPALE
AU COURS DES
DEUX DERNIÈRES ANNÉES
{{ $eligible_ptz == 1 ? 'OUI' : 'NON' }}
NOMBRE D'OCCUPANT
DU LOGEMENT
{{ $nb_pers }}
@if($revenu_fiscal_foyer !== null && $revenu_fiscal_foyer > 0)
REVENU FISCAL DU FOYER
EN 2023
{{ number_format($revenu_fiscal_foyer, 0, ',', ' ') }} €
@endif
Données nécessaires au calcul du financement de votre client (crédit amortissable)
APPORT
{{ number_format($apport, 0, ',', ' ') }} €
TAUX D'EMPRUNT
{{ number_format($taux_emprunt, 1, ',', ' ') }} %
TAUX D'ASSURANCE
{{ number_format($taux_assurance, 1, ',', ' ') }} %
DURÉE DE L'EMPRUNT
{{ $duree_annee }} ans