@if($annonce)

Votre annonce

@if(!empty($annonce['images'])) @else
@endif

{{ $annonce['titre'] }}

{{ number_format($annonce['prix_estime'], 0, ',', ' ') }} FCFA

@if(isset($annonce['categorie'])) {{ $annonce['categorie']['categorie'] ?? 'Non catégorisé' }} @endif
@if(count($annonce['categories_souhaitees'] ?? []) > 0)

Vous recherchez :

@foreach($annonce['categories_souhaitees'] as $cat) {{ $cat['categorie']['categorie'] ?? 'Catégorie' }} @if($cat['description_libre']) - {{ $cat['description_libre'] }} @endif @endforeach
@endif

Correspondances parfaites

Ces personnes offrent ce que vous cherchez ET recherchent ce que vous offrez

{{ count($matches) }} résultat(s)
@if($loading)
@else @if(count($matches) > 0)
@foreach($matches as $match)
@if(!empty($match['images'])) @else
@endif
{{ $match['titre'] }} @if(isset($match['categorie'])) {{ $match['categorie']['categorie'] ?? '' }} @endif

{{ $match['description'] }}

{{ number_format($match['prix_estime'], 0, ',', ' ') }} FCFA @if(isset($match['montant_difference']) && $match['montant_difference'] > 0) @if($match['qui_paie'] === 'moi') Vous devez ajouter {{ number_format($match['montant_difference'], 0, ',', ' ') }} FCFA @elseif($match['qui_paie'] === 'eux') Ils doivent ajouter {{ number_format($match['montant_difference'], 0, ',', ' ') }} FCFA @endif @else Échange équitable @endif
@if($match['localisation'])
{{ $match['localisation'] }}
@endif
@if(count($match['categories_souhaitees'] ?? []) > 0)

Cette personne recherche :

@foreach($match['categories_souhaitees'] as $cat) {{ $cat['categorie']['categorie'] ?? 'Catégorie' }} @if(isset($annonce['categorie']) && $cat['categorie_id'] == $annonce['categorie_id']) ✓ @endif @endforeach
@endif
@endforeach
@else

Aucune correspondance trouvée

Aucune annonce ne correspond parfaitement à vos critères pour le moment.

Les correspondances apparaîtront quand quelqu'un publiera une annonce dans une catégorie que vous recherchez et qui recherche votre catégorie.

Parcourir toutes les annonces
@endif @endif @else

Annonce non trouvée

Retour à mes annonces
@endif