@extends('seller.layouts.app') @section('panel_content')

{{ translate('Add Your Product') }}

@if ($errors->any())
@endif
@csrf
{{ translate('Product Information') }}
@if (addon_is_activated('pos_system'))
@endif
{{ translate('Product Images') }}
{{ translate('Browse') }}
{{ translate('Choose File') }}
{{translate('These images are visible in product details page gallery. Minimum dimensions required: 900px width X 900px height.')}}
{{ translate('Browse') }}
{{ translate('Choose File') }}
{{translate("This image is visible in all product box. Minimum dimensions required: 195px width X 195px height. Keep some blank space around main object of your image as we had to crop some edge in different devices to make it responsive.")}}
{{ translate('Product Videos') }}
{{ translate('Product Variation') }}

{{ translate('Choose the attributes of this product and then input values of each attribute') }}


{{ translate('Product price + stock') }}
@if(get_setting('product_external_link_for_seller') == 1)
{{ translate('Leave it blank if you do not use external site link') }}
{{ translate('Leave it blank if you do not use external site link') }}
@endif
{{ translate('Product Description') }}
{{ translate('PDF Specification') }}
{{ translate('Browse') }}
{{ translate('Choose File') }}
{{ translate('SEO Meta Tags') }}
{{ translate('Browse') }}
{{ translate('Choose File') }}
{{-- Refund --}} @if (addon_is_activated('refund_request'))
{{ translate('Refund') }}
{{translate('Refund Note')}}
@endif {{-- Warranty --}}
{{ translate('Warranty') }}
{{translate('Warranty Note')}}
{{-- Frequently Bought Products --}}
{{ translate('Frequently Bought') }}
{{-- Select Category for Frequently Bought Product --}}
{{ translate('Product Category') }}
{{ translate('Select Main') }} {{ translate('This will be used for commission based calculations and homepage category wise product Show.') }}
    @foreach ($categories as $category)
  • {{ $category->getTranslation('name') }}
  • @foreach ($category->childrenCategories as $childCategory) @include('backend.product.products.child_category', ['child_category' => $childCategory]) @endforeach @endforeach
{{ translate('Shipping Configuration') }}
@if (get_setting('shipping_type') == 'product_wise_shipping')
@else

{{ translate('Shipping configuration is maintained by Admin.') }}

@endif
{{ translate('Low Stock Quantity Warning') }}
{{ translate('Stock Visibility State') }}
{{ translate('Cash On Delivery') }}
@if (get_setting('cash_payment') == '1')
@else

{{ translate('Cash On Delivery activation is maintained by Admin.') }}

@endif
{{ translate('Estimate Shipping Time') }}
{{ translate('Days') }}
{{ translate('VAT & Tax') }}
@foreach (\App\Models\Tax::where('tax_status', 1)->get() as $tax)
@endforeach
@endsection @section('modal') @include('modals.product_select_modal') {{-- Note Modal --}} @include('modals.note_modal') @endsection @section('script') @include('partials.product.product_temp_data') @endsection