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

Status

Set Product Status.

Product Details

Add a category to the product.

Allow Order

Allow sample to be added to cart

Danger Zone

Deleting a product is irreversible.
The product will be hidden from all listings and cannot be restored.

Delete 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

Resources

@foreach ($resources as $resource)
@if (!$resource->uploaded_file) View File @else View File @endif
@endforeach
{{-- --}} Add Resource

Variations

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

Slug

It will be used in the friendly url to search for the product.
@endsection @push('js') @endpush @push('css') @endpush