@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
upload icon
@if ($product->download_file) @endif
{{__('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')}})
{{__('user.Extend 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
@endsection @push('frontend_js') @endpush