@csrf @if($product) @method('PUT') @endif

Informações Básicas

Descrições

Detalhes do Produto

Variantes (Sabor, Tamanho, Cor, etc)

@foreach($variants as $type => $variantList)
@if($product && $product->variants->where('type', $type)->count() > 0) @foreach($product->variants->where('type', $type) as $existingVariant) @php $pivot = $existingVariant->pivot; @endphp
@endforeach @endif
@endforeach

Imagens (máx. 6)

@if($product && $product->images->count() > 0)
@foreach($product->images as $image)
@if($image->is_main) Principal @endif
@endforeach
@endif

Vídeo

Preço e Estoque

Status

SEO

Cancelar