@extends('admin.layouts.sellermastersoyuz') @section('title','Edit Product: '. $product->product_name.' | ') @section('stylesheet') @endsection @section('body') @component('seller.components.breadcumb',['thirdactive' => 'active']) @slot('heading') {{ __('Edit Product') }} @endslot @slot('menu1') {{ __('Simple Product') }} @endslot @slot('menu1') {{ __('Edit Product') }} @endslot @slot('button')
{{ __("Back")}}
@endslot @endcomponent
@if ($errors->any()) @endif
{{ __('Edit Product: '. $product->product_name.'') }}
id) }}" method="POST" enctype="multipart/form-data"> @csrf @method('PUT')
{{ __("If in list primary category is also present then it will auto remove from this after create product.") }}
({{__("This tax % will add in given price.")}})
Upload
{{__("Please select product thumbnail")}}
Upload
{{__("Please select product hover thumbnail")}}
Upload
{{__("Multiple images can be choosen")}}
Upload
{{__("Max file size is 50 MB")}}


Toggle the product status.


Toggle to allow free shipping on product.


Toggle to allow product cancellation on order.


Toggle to allow COD on product.

(Please choose an option that return will be available for this product or not)
{{ $product->thumbnail }}
{{ $product->hover_thumbnail }}

@forelse($product->productGallery as $gallery) {{ $gallery->image }} @empty {{__("No images in product gallery.")}} @endforelse

{{ $product->product_file }}

{{ __("Manage Inventory") }}
id) }}" method="POST"> @csrf
{{ __("Cashback Settings") }}
id) }}" method="POST"> @csrf

Edit Product Specification
Delete Selected
@csrf @if(isset($product->specs)) @foreach($product->specs as $spec) @endforeach @endif
Key Value #
{{ $spec->prokeys }} {{ $spec->provalues }}
@if(isset($product->specs)) @foreach($product->specs as $spec) @endforeach @endif
id) }}" method="post" enctype="multipart/form-data"> @csrf
Upload
{{__("You can upload 20 images at a time.")}}
@forelse($product->frames as $key => $frame)
{{$frame->image}}

@empty @endforelse
@if($product->frames()->count())
@else

{{__("No preview available...")}}

@endif
@foreach($product->faq as $key => $f) @endforeach
# Product Name Question Answer Action
{{$key+1}} {{$f->simpleproduct->product_name}} {{ $f->question }} {!!$f->answer!!}
@foreach($product->faq as $key => $f) @endforeach @foreach($product->faq as $key => $f) @endforeach
@endsection @section('custom-script') @endsection