@use('App\Enums\TaxationType') @php $taxations_default = TaxationType::DEFAULT; @endphp @if ($option->lot)
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 }} {{ $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())
icon cashback Récupérez jusqu'à {{ $option->lot->commercialOperations->cashback()->calculPrice($option->lot->price->value)->formatted }}
@endif @forelse ($option->lot->commercialOperations->opesCom() as $ope_com)
icon cashback {{ $ope_com->type }}
@empty @endforelse @endif
@if ($option->lot->program !== null)
@if($option->status->name === "ENVOYEE") confirmer mon option @else Suivre mon projet @endif {{ $option->expire_at->diffForHumans() }}
@else
Ce programme est désactivé

Veuillez contacter le service commercial

@endif
@endif @section('option.worflow.description.js') @endsection