@extends('admin.layouts.master-soyuz') @section('title','Edit Product: '. $product->product_name.' | ') @section('stylesheet') @endsection @section('body') @component('admin.component.breadcumb',['thirdactive' => 'active']) @slot('heading') {{ __('Edit Product') }} @endslot @slot('menu1') {{ __("Product") }} @endslot @slot('menu2') {{ __("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')
({{__("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 is featured.


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') }}
@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 {{__("No frames found !")}} @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!!}
@endsection @section('custom-script') @endsection