Latest Products

@foreach($products as $product)
@livewire('partials.variant-card', ['variant' => $product], key($product->id))
@endforeach