@extends('layouts.app') @section('content')

{{ __('Bulk Product Exports ') }}

{{ __('Step 1') }}

{{__('Select Data Type')}}

{{__('Instruction')}}

  • {{__('Choose the data type to specify the order in which you want your data sorted when downloading.')}}

{{ __('Step 2') }}

{{__('Select Data Range by All and Export')}}

{{__('Instruction')}}

  • {{_('When you download the file, it will be in .xlsx format.')}}
  • {{_("Click 'Reset' if you want to discard your changes and download the data sorted in the default order.")}}
{{ __('Export Products') }}
@hasPermission('shop.bulk-product-export.export')
@csrf
@endhasPermission

{{ __('Bulk Export (Tp-link & Pdt-data)') }}

{{ __('Step 1') }}

{{__('Upload tp-link excel')}}

{{__('Instruction')}}

  • {{__('You need to upload your tp-link excel sheet.')}}

{{ __('Step 2') }}

{{__('It will export tp-link & pdt-data')}}

{{__('Instruction')}}

  • {{_('TP-LINK: It will export UNIQUE TP-LINKS, against which there are no products in the system')}}
  • {{_("PDT-DATA: It will export the PDT Data against the TP-LINKS UPLOAD, for which data already exists in the system")}}
{{ __('Export') }}
@hasPermission('shop.bulk-product-export.export')
@csrf

{{ __('Select Multiple Excel(xlsx) File to Import') }}

{{ __('Drop Multiple-file here or click to upload') }}
@endhasPermission
@endsection @push('css') @endpush @push('scripts') @endpush