@extends('admin.layouts.sellermastersoyuz') @section('title',__('Edit Product - :product',['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' => $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
{{__("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