@extends('admin.layouts.master-soyuz') @section('title',__('Edit Product :product | ',['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')
{{ __("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.")}})
{{ __('Browse') }}
{{__("Please select product thumbnail")}}
{{ __('Browse') }}
{{__("Please select product hover thumbnail")}}
{{__("Multiple images can be choosen")}}

{{ __('Browse') }}
{{__("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!!}
{{ __("About Preorder") }}
  • {{__("If you set this product as pre-order then this product will display in front with badge call 'Pre-order'.")}}
  • {{__("After enabling the pre-order you can set pre-order payment as partial payment or full payment.")}}
  • {{__("If you set product payment as partial payment and your product price is $100 and you set 5% partial payment percentage then customer will pay $5 only and rest $95 will pay by him/her once the product is available in stock.")}}
@csrf

@endsection @section('custom-script') @endsection