@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--}} @if($productVariation[0] == "non-variant")
Sku is Restricted to Edit
Maximum value of quantity reached (1000)
Rsp Must Be Greater than Price You Enter
@endif
{{--CONDITION--}}
{{--CONDITION--}} {{--PRODUCT GALLERY--}}
{{--PRODUCT GALLERY--}} {{-- SPECIFICATION --}}
@foreach($productSpecifications as $productSpecification)
@endforeach
{{-- 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