@extends('layouts.modals.modal-base.index') @section('title', 'Edit Product') @section('modal-class', 'modal-xl') @section('content')

Notice

We want to inform you that when you make change on values. As a result, which may affect listings of the sellers who have imported.
@csrf @if ($productVariation[0] == 'non-variant') @else @endif
{{-- CATEGORY --}}
{{-- CATEGORY --}} {{-- TITLE --}}
{{-- TITLE --}} {{-- DESCRIPTION --}}
{{-- DESCRIPTION --}} {{-- WEIGHT --}}
{{-- WEIGHT --}}
{{-- CONDITION --}}
{{-- CONDITION --}} {{-- PRODUCT GALLERY --}}
{{-- PRODUCT GALLERY --}} {{-- SPECIFICATION --}}

Specification

Required

There are no fields required for this category.

Additional
{{-- SPECIFICATION --}} @if ($productVariation[0] !== 'non-variant') @foreach ($productVariation[1] as $index => $variation) @foreach ($variation['combinations'] as $index => $combination) @endforeach @foreach ($variation['combinations'] as $index => $combination) @endforeach
{{ $combination['name'] }}
{{ $combination['value'] }}
{{-- --}} {{-- --}} {{-- --}}
@endforeach @endif
@endsection