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

{{ __('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') }}
Name* Email Phone Tax Id Street City State Zipcode Country Currency* Status*
John De example@exmample.com 1235678 134234 Washingto Washingto WA 123 12345 United States USD Active
{{ __('Note') }} {{ __('Required field is mendatory') }}

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