Prix & fiscalité
Informations financières du lot
Prix du lot
@php($immoPriceLines = $lot->getImmoPriceDisplayLines()) @if(!empty($immoPriceLines)) @foreach($immoPriceLines as $line)
{{ $line['label'] }} {{ $line['value'] }}
@endforeach @else
Aucun prix renseigné pour ce lot
@endif
Prix foncier
@php($foncierPriceLines = $lot->getFoncierPriceDisplayLines()) @if(!empty($foncierPriceLines)) @foreach($foncierPriceLines as $line)
{{ $line['label'] }} {{ $line['value'] }}
@endforeach @else
Aucun prix renseigné pour ce lot
@endif
Prix des travaux
@php($travauxPriceLines = $lot->getTravauxPriceDisplayLines()) @if(!empty($travauxPriceLines)) @foreach($travauxPriceLines as $line)
{{ $line['label'] }} {{ $line['value'] }}
@endforeach @else
Aucun prix renseigné pour ce lot
@endif