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 ($option->lot->program !== null)
{{ $option->lot->program->name }}
@else
programme
désactivé
@endif
{{ $option->lot->number }}
{{ $option->lot->type }}
{{ $option->lot->surface }} m²
{{ $option->lot->floor }}
{{ $option->lot->price->formatted }}
@if ($option->lot->program !== null)
@if ($option->lot->taxation->is_authorized)
éligible au
{{ $option->lot->taxation->name }}
@endif
@foreach ($taxations_default as $taxation_default)
{{ $taxation_default }}
@endforeach
@if ($option->lot->commercialOperations->hasCashback())
Récupérez jusqu'à {{ $option->lot->commercialOperations->cashback()->calculPrice($option->lot->price->value)->formatted }}
@endif
@forelse ($option->lot->commercialOperations->opesCom() as $ope_com)
{{ $ope_com->type }}
@empty
@endforelse
@endif