{{ $product->post->title }}
@if($product->post->featured)
Destacado
@endif
@if(!$product->post->featured_image)
Sin imagen
@endif
@if(!$product->post->active)
Fuera de stock
@endif
@if($product->variants()->count())
@foreach($product->variants() as $variant)
{{ $variant->post->title }}
@endforeach
@endif