@if($annonce) @if (session()->has('success'))
{{ session('success') }}
@endif @if (session()->has('error'))
{{ session('error') }}
@endif
@if(!empty($annonce['images'])) {{ $annonce['titre'] }} @else
@endif
@if(count($annonce['images'] ?? []) > 1)
@foreach($annonce['images'] as $index => $image) @endforeach
@endif
TROC {{ ucfirst($annonce['etat_article']) }}

{{ $annonce['titre'] }}

{{ number_format($annonce['prix_estime'], 0, ',', ' ') }} FCFA (valeur estimée)

Description

{{ $annonce['description'] }}

@if(!empty($annonce['categories_souhaitees']))

Recherche en échange

    @foreach($annonce['categories_souhaitees'] as $cat)
  • {{ $cat['categorie']['categorie'] ?? '' }} @if($cat['description_libre']) - {{ $cat['description_libre'] }} @endif
  • @endforeach
@endif @if($annonce['localisation'])
{{ $annonce['localisation'] }}
@endif
@if(isset($annonce['client']))
{{ strtoupper(substr($annonce['client']['nom'] ?? 'U', 0, 1)) }}

{{ $annonce['client']['nom'] ?? 'Utilisateur' }}

Membre Tawfeex

@endif
@if(count($matches) > 0)

Correspondances potentielles

@endif
@if($showPropositionModal)

Proposer un échange

@if(count($mesAnnonces) > 0)
@endif
FCFA
@endif @if($showContactModal)

Contacter le vendeur

@endif @if($showLoginModal)

Connexion requise

Vous devez être connecté pour proposer un échange

Se connecter
@endif @else

Annonce non trouvée

Retour aux annonces
@endif