@if($prixLotTTC > 0)
| Prix du lot TTC |
{{ number_format($prixLotTTC, 2, ',', ' ') }} €
|
@endif
@if($totalAnnexesTTC > 0)
| Prix des annexes TTC |
{{ number_format($totalAnnexesTTC, 2, ',', ' ') }} €
|
@endif
@if($prixLotTTC > 0 || $totalAnnexesTTC > 0)
| Total lot + annexes TTC |
{{ number_format($totalLotEtAnnexes, 2, ',', ' ') }} €
|
@endif
@if($totalTravaux > 0)
| Total des travaux |
+ {{ number_format($totalTravaux, 2, ',', ' ') }} €
|
@endif
@if($totalTravaux > 0 || $totalFrais > 0 || $totalCharges > 0)
|
@endif
@if($totalFrais > 0)
| Total des frais |
+ {{ number_format($totalFrais, 2, ',', ' ') }} €
|
@endif
@if($totalFraisAvecTVA > 0)
Frais avec TVA {{ $isTVA55 ? '5.5%' : '10% (LLI)' }}
@php $detailNotaire = $isTVA55 ? $fraisNotaireTVA5 : $fraisNotaireTVA10; @endphp
@if($detailNotaire > 0)
(dont frais de notaire avec TVA {{ $isTVA55 ? '5.5%' : '10% (LLI)' }} : {{ number_format($detailNotaire, 2, ',', ' ') }} €)
@endif
|
+ {{ number_format($totalFraisAvecTVA, 2, ',', ' ') }} €
|
@endif
@if($prixLotTVA10 > 0 && $totalFraisAvecTVA10 > 0)
Frais avec TVA 10% (LLI)
@if($fraisNotaireTVA10 > 0)
(dont frais de notaire avec TVA 10% : {{ number_format($fraisNotaireTVA10, 2, ',', ' ') }} €)
@else
(utilise frais de notaire standard : {{ number_format($fraisNotaire, 2, ',', ' ') }} €)
@endif
|
+ {{ number_format($totalFraisAvecTVA10, 2, ',', ' ') }} €
|
@endif
@if($totalFrais > 0)
| TOTAL GÉNÉRAL (avec frais) |
{{ number_format($totalGeneral, 2, ',', ' ') }} €
|
@endif
@if($prixLotTVA > 0)
TOTAL AVEC TVA {{ $isTVA55 ? '5.5%' : '10% (LLI)' }}
Si annexes sans TVA {{ $isTVA55 ? '5.5%' : '10%' }}, utilise prix TTC • Si frais notaire sans TVA {{ $isTVA55 ? '5.5%' : '10%' }}, utilise frais standard
|
{{ number_format($totalAvecTVA, 2, ',', ' ') }} €
|
@endif
@if($prixLotTVA10 > 0)
TOTAL AVEC TVA 10% (LLI)
Si annexes sans TVA 10%, utilise prix TTC • Si frais notaire sans TVA 10%, utilise frais standard
|
{{ number_format($totalAvecTVA10, 2, ',', ' ') }} €
|
@endif
@if($totalCharges > 0)
|
| Total des charges (non inclus) |
{{ number_format($totalCharges, 2, ',', ' ') }} €
|
@endif