@extends('simulator.templates.shared.LaSyntheseDeMonInvestissement') @section('montant_bien_revalorise') {{ isset($montant_bien_revalorise) ? number_format($montant_bien_revalorise, 0, ',', ' ') : '--' }} € @endsection @section('revalorisation_bien_text') (en prenant en compte la revalorisation du bien de 1% / an pendant {{ $duree_annee ?? '--' }} ans ). @endsection @section('loyer_mensuel') {{ isset($loyer_moyen) ? number_format($loyer_moyen, 0, ',', ' ') : '--' }} €/mois @endsection @section('revalorisation_loyer_text') (en prenant en compte la revalorisation du loyer de {{ isset($taux_revalorisation_loyer) ? $taux_revalorisation_loyer : '--' }} % / an) @endsection @section('reduction_impots') {{ isset($montant_reduction_12_ans_avec_impot) && $montant_reduction_12_ans_avec_impot > 0 ? number_format($montant_reduction_12_ans_avec_impot, 0, ',', ' ') : '--' }} € @endsection @section('investissement_moyen_mois') {{ number_format($investissement_moyen_mois, 0, ',', ' ') }} €/mois @endsection @section('investissement_text') POUR ÉQUILIBRER
VOTRE OPÉRATION
sur {{ $duree_annee ?? '--' }} ans @endsection @section('investissement_total_box')
soit au total :
{{ number_format($investissement_moyen_mois * 12, 0, ',', ' ') }} € / an
pendant {{ $duree_annee ?? '--' }} ans
@endsection