@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 {{ isset($taux_revalorisation_bien) ? number_format($taux_revalorisation_bien * 100, 1, ',', ' ') : '1' }} % / an pendant {{ $duree ?? '--' }} ans ).
@endsection
@section('loyer_mensuel')
{{ isset($loyer_max) ? number_format($loyer_max, 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($fiscalite_info) && isset($fiscalite_info->avantage_fiscal) && isset($fiscalite_info->avantage_fiscal->reduction) ? $fiscalite_info->avantage_fiscal->reduction : '-' }}
@endsection
@section('investissement_moyen_mois')
{{ isset($investissement_moyen_mois) ? number_format($investissement_moyen_mois, 0, ',', ' ') : '--' }} € /mois
@endsection
@section('investissement_text')
POUR ÉQUILIBRER
VOTRE OPÉRATION
sur {{ $duree ?? '--' }} ans
@endsection
@section('investissement_total_box')