@extends('layouts.app') @section('css') @endsection @section('content')
{{ __('Customers') }} >> {{ __('Import Customer') }}

{{ __('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 email rows wont be imported') }}
{{ __('First Name') }}* {{ __('Last Name') }}* {{ __('Email') }} {{ __('Phone') }} {{ __('Tax Id') }} {{ __('Billing Street') }} {{ __('Billing City') }} {{ __('Billing State') }} {{ __('Billing Zipcode') }} {{ __('Billing Country') }} {{ __('Shipping Street') }} {{ __('Shipping City') }} {{ __('Shipping State') }} {{ __('Shipping Zipcode') }} {{ __('Shipping Country') }} {{ __('Currency') }}*
Michel Anam anam@test.com 0136664981 4523 23 Wagton Washington Washington DC 21252 United States 2430 LA Los Angels Demo Los Angels 1234 United States USD
{{ __('Note') }} {{ __('Required field is mendatory') }}

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