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

Import Customers

1
Configure
2
Map Fields
3
Preview
@csrf
Step 1: Configure & Upload
@if(session('error'))
{{ session('error') }}
@endif
Drag & Drop file here or Browse

Supported format: .CSV (Max 25MB)

file_name.csv
Cancel
Tips for successful import
  • Ensure your CSV has a header row.
  • Customer Name is a mandatory field.
  • Duplicate detection is based on Email first, then Name.
  • Remove any empty rows from your file before uploading.
  • The first row of your file will be used for field mapping in the next step.
@endsection