Données prises en compte pour  ma simulation  
Récapitulatif de votre investissement MONTANT DU BIEN
{{ number_format($montant_bien, 0, ',', ' ') }} €
MONTANT FRAIS DE NOTAIRE
{{ number_format($frais_notaire, 0, ',', ' ') }} €
MONTANT FONCIER
{{ (isset($lot) && $lot) ? number_format($lot->getPrixFoncier(), 0, ',', ' ') . ' €' : (isset($montant_foncier) ? number_format($montant_foncier, 0, ',', ' ') . ' €' : '-') }}
MONTANT DES TRAVAUX ÉLIGIBLES AU DEFICIT FONCIER
{{ isset($fiscalite_info->avantage_fiscal->montant_travaux) ? $fiscalite_info->avantage_fiscal->montant_travaux : '-' }}
@if(isset($montant_travaux_non_eligible) && $montant_travaux_non_eligible) MONTANT DES TRAVAUX NON ÉLIGIBLES AU DEFICIT FONCIER
{{ number_format($montant_travaux_non_eligible, 0, ',', ' ') }} €
@endif
Données nécessaires au calcul du financement APPORT
{{ number_format($apport, 0, ',', ' ') }} €
FRAIS DE GARANTIE BANCAIRE
{{ number_format($frais_garantie, 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
Situation fiscale REVENU NET IMPOSABLE
{{ isset($fiscalite_info->imposition->revenu_net_imposable) ? $fiscalite_info->imposition->revenu_net_imposable : '-' }}
DONT BÉNÉFICE FONCIER
{{ isset($fiscalite_info->imposition->revenu_foncier) ? $fiscalite_info->imposition->revenu_foncier : '-' }}
NOMBRE DE PARTS FISCALES
{{ isset($fiscalite_info->imposition->nombre_part) ? $fiscalite_info->imposition->nombre_part : '-' }}
Répartition des appels de fonds @if(isset($fiscalite_info->avantage_fiscal->repartition_travaux) && is_array($fiscalite_info->avantage_fiscal->repartition_travaux)) @foreach($fiscalite_info->avantage_fiscal->repartition_travaux as $key => $value) @php $margin = 121 + (($key-1)*200); @endphp @if($key == 0) ANNÉE {{ $key+1 }}
{{ $value }}
@else ANNÉE {{ $key+1 }}
{{ $value }}
@endif @endforeach @endif
Les incidences sur le tableau de trésorerie MONTANT DES LOYERS
{{ number_format($loyer_moyen, 0, ',', ' ') }} €
REVALORISATION ANNUELLE DU LOYER
{{ $taux_revalorisation_loyer }} %
TAXE FONCIÈRE
{{ number_format($taxe_fonciere, 0, ',', ' ') }} €
CHARGES COPRO / MOIS
{{ number_format($charge_copropriete_mensuel, 0, ',', ' ') }} €
TAUX DE REVALORISATION ANNUELLE DU BIEN IMMOBILIER
{{ number_format($taux_revalorisation_bien * 100, 0, ',', ' ') }} %