@extends('layouts.app') @section('title', 'Import Customers - Preview') @section('content')

Preview

Configure
Map Fields
3
Preview
All Customers in your file are ready to be imported
Customers that are ready to be imported - {{ $stats['to_create'] + $stats['to_overwrite'] }}
  • Customers to be created ( {{ $stats['to_create'] }} )
  • Customers waiting to be overwritten ( {{ $stats['to_overwrite'] }} )
No. of Records skipped - {{ $stats['skipped'] }}

No records were skipped during validation.

Unmapped Fields - {{ $stats['unmapped_count'] }}

The following fields in your import file have not been mapped to any Zoho Books field. The data in these fields will be ignored during the import.

    @foreach($stats['unmapped_fields'] as $field)
  • {{ $field }}
  • @endforeach
Click the Previous button if you want to match the above column header(s) or click the Import button to continue with the import.
@csrf
Previous
@endsection