@extends('simulator.templates.shared.MaTresorerieMensualisee')
@section('epargne_asterix')
| {{ $annee }} |
|
{{ isset($simulation_flux_annuels->loyer_mensuel) ? number_format($simulation_flux_annuels->loyer_mensuel, 0, ',', ' ') . ' €' : '-' }} |
{{ isset($simulation_flux_annuels->reduction_impot_mensuel) ? number_format($simulation_flux_annuels->reduction_impot_mensuel, 0, ',', ' ') . ' €' : '-' }} |
|
{{ $mensualite_emprunt ? number_format($mensualite_emprunt, 0, ',', ' ') . ' €' : '-' }} |
{{ isset($simulation_flux_annuels->taxe_fonciere_mois) ? number_format($simulation_flux_annuels->taxe_fonciere_mois, 0, ',', ' ') . ' €' : '-' }} |
{{ isset($simulation_flux_annuels->charge_copropriete_mensuel) ? number_format($simulation_flux_annuels->charge_copropriete_mensuel, 0, ',', ' ') . ' €' : '-' }} |
{{ isset($simulation_flux_annuels->cout_mensuel_gestion_locative) ? number_format($simulation_flux_annuels->cout_mensuel_gestion_locative, 0, ',', ' ') . ' €' : '-' }} |
|
{{ isset($simulation_flux_annuels->effort_epargne_mensuel) ? number_format($simulation_flux_annuels->effort_epargne_mensuel, 0, ',', ' ') . ' €' : '-' }} |
{{ isset($simulation_flux_annuels->tresorerie_annuelle) ? number_format($simulation_flux_annuels->tresorerie_annuelle, 0, ',', ' ') . ' €' : '-' }} |
{{ isset($simulation_flux_annuels->tresorerie_cumule) ? number_format($simulation_flux_annuels->tresorerie_cumule, 0, ',', ' ') . ' €' : '-' }} |
@endforeach
@endif
@endsection