@foreach(($selectedVariant['images'] ?? []) as $index => $imageUrl)
@endforeach
{{ $product->brand ?: $product->manufacturer }}
{{ $product->name }}
Rp{{ number_format($selectedVariant['price'] ?? $product->price, 0, ',', '.') }}
{{ number_format((int) ($product->sales_count ?? 0), 0, ',', '.') }} terjual
@if($variants->isNotEmpty())Pilih varian
Harga dan stok mengikuti pilihan Anda.
@foreach($variants as $variant)
@endforeach
Deskripsi produk
{{ $product->description }}
@if($product->medicineProfile?->warning_label){{ $product->medicineProfile->warning_label }}
@endif@foreach($relatedProducts->take(10) as $related) @endforeach