@extends('layouts.app') @section('content')
{{ __('Items') }} >> {{ __('Import Items') }}

{{ __('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.') }}

{{ __('Duplicate email rows wont be imported') }}
{{ __('Item ID') }} {{ __('Item Name') }} {{ __('Category Name') }} {{ __('Unit') }} {{ __('Tax Type') }} {{ __('Purchase Price') }} {{ __('Retail Price') }}
HP-430 HP-Pavilion Electronics PC Normal 35000 45000


{!! csrf_field() !!}
{{ __('Note') }} ! {{ __('Allowed File Extensions: csv') }}
{{ __('Cancel') }}
@endsection @section('js') @endsection