@extends('layouts.app') @section('title', 'Ecommerce Settings') @section('content')

{{ __('pages.Export & Import') }}

{{ __('pages.Product CSV Uploder') }}

@csrf
@error('products') {{ $message }} @enderror
{{ __('pages.Important Notes:') }}
  1. {{__('pages.Click here to')}} {{ __('pages.Download Sample') }} {{ __('pages.CSV') }}
  2. {{ __('pages.The sample') }} {{__('pages.CSV')}} {{ __('pages.file will download to your computer') }}.
  3. {{ __('pages.Open the downloaded') }} {{__('pages.CSV')}}{{__('pages.file in a spreadsheet program (such as Microsoft Excel or Google Sheets) to view its format')}} .
  4. {{ __('pages.Upload or list your product data and upload the file') }}.
  5. {{ __('pages.The uploaded file extension must be') }}.{{__('pages.csv')}}
  6. {{ __('pages.Notes') }}: {{ __('Before uploading your medicine list you need to know Supplier’s id, vendor’s id, Unit’s id, leaf’s id to put into main CSV file to upload perfectly. Please click bellow and download following CSV files to know your existing ids') }}

  7. {{ __('Click here to') }} {{__('pages.Download Categories CSV')}}
  8. {{ __('Click here to') }} {{__('pages.Download Suppliers CSV')}}
  9. {{ __('Click here to') }} {{__('pages.Download Vendors CSV')}}
  10. {{ __('Click here to') }} {{__('pages.Download Units CSV')}}
  11. {{ __('Click here to') }} {{__('pages.Download Leaf CSV')}}
@endsection @section('custom-js') @endsection