@php $autreoffre = 0; $opeco = null; /* On recherche une offre autre */ if (!empty($lot) && !empty($lot->operations_commerciales)) { foreach ($lot->operations_commerciales as $operations_commerciales) { if ($operations_commerciales->nature <> "Cashback" && $operations_commerciales->nature <> "Cuisine offerte" && $operations_commerciales->nature <> "Frais de notaire offerts") { $opeco = $operations_commerciales; $autreoffre = 1; } } } @endphp @if($autreoffre && $opeco) @php $contexte->pageNumber++; @endphp
 Mon offre disponible sur ce logement  
En achetant ce bien sur «Mozart Prestige Patrimoine»,
profitez également des offres commerciales suivantes :
{{ $opeco->libelle }}
Pour l'achat de votre bien Numéro lot, de Résidence :
{{ $opeco->contenu }}
*Offre valable du {{ date_format(date_create($opeco->date_debut),"d/m/Y") }} au {{ date_format(date_create($opeco->date_fin),"d/m/Y") }} suite à la signature d'une réservation sur Mozart Prestige Patrimoine
@endif