@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
@endsection @push('css') @endpush @push('scripts') @endpush