{{-- {{ $this->boostAction }}--}}
@foreach($this->getProductImages() as $imageUrl)
Image description
@endforeach

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

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

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

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

{{ __('colors') }}

{{-- @dd($this->getColors())--}} @foreach($this->getColors() as $color)
@endforeach
@endif @if(!blank($this->getOtherOptions()))

Additional details

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

    @foreach($this->getOtherOptions() as $values)
  • {{ implode(', ', $values) }}
  • @endforeach
@endif @endforeach
@endif