@extends('simulator.templates.shared.LesIncidencesSurVotreTableauDeTresorerie') @section('revalorisation_loyer_titre') REVALORISATION ANNUELLE DU LOYER @endsection @section('revalorisation_loyer_valeur') {{ isset($taux_revalorisation_loyer) ? $taux_revalorisation_loyer : '--' }} % @endsection @section('taxe_fonciere_valeur') {{ isset($taxe_fonciere) ? number_format($taxe_fonciere, 0, ',', ' ') : '--' }} € @endsection @section('frais_syndic_valeur') {{ isset($charge_copropriete_annee) ? number_format($charge_copropriete_annee, 0, ',', ' ') : '--' }} € @endsection @section('revalorisation_bien_titre') TAUX DE REVALORISATION ANNUELLE DU BIEN IMMOBILIER @endsection @section('revalorisation_bien_valeur') {{ isset($taux_revalorisation_bien) ? number_format($taux_revalorisation_bien * 100, 0, ',', ' ') : '--' }} % @endsection