Description détaillée
{!! nl2br(e($annonce->description)) !!}
Caractéristiques techniques
@if($annonce->should_show_etat)
État :
{{ $annonce->etat_libelle }}
|
@endif
Disponibilité :
{{ ucfirst(str_replace('_', ' ', $annonce->disponibilite)) }}
@if($annonce->category)
|
Catégorie :
{{ $annonce->category->nom }}
@endif
@if($annonce->type_livraison)
|
Expédition :
@if($annonce->type_livraison == 'retrait_point_relais')
Retrait en point retrait
@elseif($annonce->type_livraison == 'retrait_boutique')
Retrait en boutique
@elseif($annonce->type_livraison == 'livraison_point_special')
Livraison en point spécial
@else
{{ ucfirst(str_replace('_', ' ', $annonce->type_livraison)) }}
@endif
@endif
Prix de vente
{{ number_format($annonce->prix, 0, ',', ' ') }} FCFA
@if($annonce->prix_original && $annonce->prix_original > $annonce->prix)
{{ number_format($annonce->prix_original, 0, ',', ' ') }}
@endif
@if($annonce->peutEtreAchete())
@else
@if(auth()->check())
@else
Contacter le vendeur
@endif
@endif