@extends('admin/layout') @section('title') {{ labels('admin_labels.bulk_upload', 'Multi Language Bulk Import') }} @endsection @section('content')
@csrf
{{ labels('admin_labels.bulk_upload', 'Multi Language Bulk Import') }}
  • Read and follow instructions carefully while preparing data
  • Download and save the sample file to reduce errors
  • For adding bulk translation, the file should be in .csv format
  • When you download data for translation using the "Download Data for Translation" button, the ZIP file contains all the data, not store-wise.
  • Make sure you enter valid data as per instructions before proceeding
@endsection