@extends('admin.main') @section('main')
@csrf

Status

Set Product Status.

Product Details

Add a category to the product.

General

{{--
è necessari.
--}}
Set a description for the product.

Images

Drop files here or click to select.

Product images
@foreach ($productData->images as $image) @endforeach
Images for the product gallery.

Price

Amount that will be displayed and charged in the store.

Specs Editor

@foreach ($productData->specifications as $spec)
@endforeach

Slug

Será utilizado na url amigavel para pesquisa do produto.

Variations

@foreach ($variations as $variation)
Trash Add
@foreach ($variation->options as $option)
Trash
@endforeach
@endforeach
Add

Envio

Informe o peso do produto em quilogramas (kg).
Informe as dimensões do produto em centimetros (cm).
@endsection @push('js') @endpush @push('css') @endpush