Option @if($option->status->name === "ENVOYEE") à confirmer @else {{ $option->status->value }}@endif
@if ($option->lot->program !== null)
{{ $option->lot->address->city }}
@endif
@if ($option->lot->program !== null)
@endif
@if ($option->lot->program !== null)
{{ $option->lot->address->zip_code }}
@endif
@if ($program !== null)
{{ $program->name }}
@else
programme
désactivé
@endif
N° {{ $lot->number }}
{{ $lot->type }}
{{ $lot->surface }} m²
{{ $lot->floor }}
{{ $lot->price->formatted }}
@if ($program !== null)
@forelse($program->taxations as $taxation)
éligible au
{{ $taxation->name }}
@empty
@endforelse
@if ($program->commercialOperations->cashback())
Récupérez
{{ $lot->commercialOperations->cashback()->calculPrice($lot->price->value)->formatted }}
@endif
@forelse ($program->commercialOperations->opesCom() as $ope_com)
{{ $ope_com->type }}
@empty
@endforelse
@endif