@if(count($images) > 1)
@foreach($images as $index => $image) @endforeach
@endif

SKU: {{ $product->sku }}

{{ $product->name }}

@php $priceInfo = $selected_product ? $selected_product->price_info : $product->price_info; @endphp
${{ number_format($priceInfo->min_price, 2) }}
@if ($hasVariants && $sizes->isNotEmpty())

Tallas disponibles

@foreach ($sizes as $size) @endforeach
@error('selectedSizeId') {{ $message }} @enderror
@endif {{-- @if ($hasVariants && $sizes->isNotEmpty())
@endif --}} @if ($hasVariants && $colors->isNotEmpty())

Colores disponibles

@foreach ($colors as $color) @endforeach
@endif {{-- @if ($hasVariants && $colors->isNotEmpty())
@endif --}}
@if($product->technical_sheet) @endif

Descripción:

{!! $product->description !!}
@if (count($product->related_products))

Productos similares

@foreach ($product->related_products as $relatedProduct) @endforeach
@endif
@include('pages.home.sections.beneficios')