@extends($active_theme) @section('title') {{__('user.Edit product')}} @endsection @section('frontend-content')

{{__('user.Language')}}


{{__('user.Upload your Product')}}

@csrf @method('PUT')
@if (Session::get('front_lang') == request()->get('lang_code'))
upload icon
{{__('user.Product icon')}}*
{{__('user.Category')}}*
@endif
{{__('user.Product Name')}}*
@if (Session::get('front_lang') == request()->get('lang_code'))
{{__('user.Preview link')}}*
{{__('user.Regular price')}}* ({{__('USD Price')}})
@endif
{{__('user.Description')}}*
{{__('user.Tags')}}* {{__('user.Press the comma for new tag')}}
{{__('user.SEO title')}}*
{{__('user.SEO description')}}*
@if (Session::get('front_lang') == request()->get('lang_code'))

{{__('user.Others feature')}}

high_resolution == 1 ? 'checked' : '' }}>
cross_browser == 1 ? 'checked' : '' }}>
documentation == 1 ? 'checked' : '' }}>
layout == 1 ? 'checked' : '' }}>
@endif
@if ($product_variants->count()==0)

{{__('user.Variant and Price')}}

variant
{{__('user.Add New & Price')}}
@else

{{__('user.Variant and Price')}}

{{__('user.Add More Variant')}}
@foreach ($product_variants as $product_variant) @endforeach
{{__('user.Name')}} {{__('user.Price')}} {{__('user.Action')}}
{{ html_decode($product_variant->variant_name) }} {{ $setting->currency_icon }}{{ html_decode($product_variant->price) }} {{__('user.download')}} {{__('user.edit')}} {{__('user.delete')}}
@endif
@foreach ($product_variants as $product_variant) @endforeach @endsection @push('frontend_js') @endpush