{{-- Liste des opérations --}}
@foreach($this->filteredOperations as $operation) @php $media = $operation->media; $periods = $operation->pivot->period ? json_decode($operation->pivot->period, true) : []; $selected = $this->selections[$operation->id] ?? []; @endphp
@if($media?->logo_url) {{ $media->name }} @endif

{{ $media?->name }}

@if($media?->type) {{ $media->type->name }} @endif {{ $operation->frequency }}

Visibilité

{!! $operation->visibility !!}
@if($operation->amount > 0)

Valorisation Dotation

{{ number_format($operation->amount, 2, ',', ' ') }} €

@endif

Frais technique

@if($operation->pivot->discount_price)

{{ number_format($operation->technical_cost, 2, ',', ' ') }} € {{ number_format($operation->pivot->discount_price, 2, ',', ' ') }} €

@else

{{ number_format($operation->technical_cost, 2, ',', ' ') }} €

@endif

Disponibilité

@foreach($periods as $period) @php $isChecked = in_array($period['month'], $selected, true); @endphp @endforeach
@if($this->isAllocationEligible($operation))

Dotation proposée

Si vous la connaissez, merci de nous indiquer votre dotation ainsi que son montant TTC unitaire.

@endif
@endforeach
{{-- Récapitulatif --}} {{-- Modale de confirmation --}}

Confirmation de votre sélection

Cette sélection n'est pas définitive.
Vous pourrez la modifier à tout moment.

{{-- Overlay de chargement --}}