@if($a->couverture) @endif {{ $a->type->getLabel() }}

{{ $a->titre }}

{{ $a->localisation ?? 'Haïti' }} @if($a->type === \App\Enums\TypeAnnonce::Marketplace && $a->marketplaceDetail?->prix) {{ number_format($a->marketplaceDetail->prix, 0, ',', ' ') }} HTG @elseif($a->type === \App\Enums\TypeAnnonce::Evenement && $a->evenementDetail?->date_debut) {{ $a->evenementDetail->date_debut->format('d/m/Y') }} @endif