@extends('layouts.dashboard') @section('title', 'Import customers — confirm') @section('content')
Rows in file
{{ $report['total'] }}
Will be created
{{ $report['toCreate'] }}
Duplicates (by email)
{{ count($report['duplicates']) }}
Failed rows
{{ count($report['errors']) }}
| Row | |
|---|---|
| {{ $dup['row'] }} | {{ $dup['email'] }} |
| Row | Reason |
|---|---|
| {{ $error['row'] }} | {{ $error['reason'] }} |
Nothing to import — fix the file and start over.
@endif @endsection