{{-- @if(count($this->getProductImages()) <= 1)--}} {{-- @endif--}}
@foreach($this->getProductImages() as $imageUrl)
Image description
@endforeach

{{ $this->product['nom'] }}

@if(!blank($this->getMarque()))
Marque :

{{ collect($this->getMarque())->implode(' | ') }}

@endif

{{ \Illuminate\Support\Number::currency($this->product['prix_original'], in: 'XAF', locale: 'fr') }}

@if(!blank($this->getColors()))

{{ __('colors') }} :

{{ implode(', ', $this->getColors()) }}
@endif {{--
--}} {{-- @if($this->belongsToCart())--}} {{--
--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{--
--}} {{-- @else--}} {{-- --}} {{-- AJOUTER AU PANIER--}} {{-- --}} {{-- @endif--}} {{--
--}} @if(!blank($this->getOtherOptions()))

Additional details

@foreach($this->getOtherOptions() as $key => $detail) @if($detail)
@forelse($this->getOtherOptions() as $values)

{{ ucfirst($key) }} :

{{ implode(', ', $values) }}
@empty @endforelse
@endif @endforeach
@endif
Détails Fiche technique

{{ new \Illuminate\Support\HtmlString($this->product['description']) }}

{{ new \Illuminate\Support\HtmlString($this->product['fiche_technique']) }}