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

Map Fields

Configure
2
Map Fields
3
Preview
@csrf
Step 2: Field Mapping

Select the corresponding CSV column for each system field. Fields marked with * are mandatory.

@foreach($fields as $groupName => $groupFields) @foreach($groupFields as $id => $label) @endforeach @endforeach
Zoho Books Field Imported File Headers
{{ $groupName }}
{{ $label }} @if($id == 'name' || $id == 'display_name') * @endif

Note: This will not save your duplicate handling preferences.

Back
@endsection