@extends('layouts.app') @section('css') {{-- DataTable --}} @endsection @section('content')
{{ __('Your CSV data should be in the format below. The first line of your CSV file should be the column headers as in the table example. Also make sure that your file is UTF-8 to avoid unnecessary encoding problems.') }}
{{ __('Note') }} {{ __('Duplicate categoty rows will not be imported AND Abbr should be matched with Abbr of Units.') }}| {{ __('Category') }}* | {{ __('Abbr') }}* |
|---|---|
| {{ __('Electronic Device') }} | {{ __('Pc') }} |
| {{ __('Rice') }} | {{ __('Kg') }} |