@php // Les données sont calculées par FraisNotaireCalculator $montant = $montant ?? 0; $type_calcul_notaire = $type_calcul_notaire ?? 'taux-reduit'; $frais_notaire = $frais_notaire ?? 0; @endphp
@include('simulator.templates.shared._titre_page', ['titreContent' => 'Calcul des frais de notaire'])
Montant du bien

Type de bien

Montant des frais de notaire

{{ $pdfGenerator->formeuro($montant) }} €
{{ $type_calcul_notaire === 'taux-normal' ? 'Ancien' : 'Neuf' }}
{{ $pdfGenerator->formeuro($frais_notaire) }} €
MONTANT TOTAL DES FRAIS DE NOTAIRE : {{ $pdfGenerator->formeuro($frais_notaire) }} €