{{__('admin.Product Bulk Import')}}

{{__('admin.Product List')}} {{__('admin.Export Product List')}} {{__('admin.Demo Export')}}
@csrf
@php $required = 'This Field is required'; $not_required = 'Not required'; $required_and_unique = 'This Field is required and unique'; @endphp
{{__('Thumbnail Image')}} {{ $required }}
{{__('Name')}} {{ $required }}
{{__('Short Name')}} {{ $required }}
{{__('Slug')}} {{ $required_and_unique }} , {{__('Slug and manufacture part no both are same')}}
{{__('Category Id')}} {{ $required }}.
{{__('Sub category id')}} Haven't any sub category please set 0
{{__('Child category id')}} Haven't any child category please set 0
{{__('Brand id')}} Haven't any child category please set 0
{{__('Sku')}} {{ $not_required }}
{{__('Price')}} {{ $required }}.{{__('Allowed only numeric value')}}
{{__('Offer price')}} {{ $not_required }}.{{__('You can put only numeric value')}}
{{__('Quantity')}} {{ $required }}.{{__('You can put only numeric value')}}
{{__('Weight')}} {{ $required }}.{{__('You can put only numeric value')}}
{{__('Vendor Id')}} {{ $required }}. Your vendor is = {{ $seller->id }}
{{__('Short description')}} {{ $required }}.
{{__('Long description')}} {{ $required }}.