{{ $importedCount }} {{ __('laravel-crm::lang.people_imported_successfully') }}, {{ $skippedCount }} {{ __('laravel-crm::lang.rows_skipped') }}.
| # | {{ ucfirst(__('laravel-crm::lang.first_name')) }} | {{ ucfirst(__('laravel-crm::lang.last_name')) }} | {{ ucfirst(__('laravel-crm::lang.email')) }} | {{ ucfirst(__('laravel-crm::lang.phone')) }} | {{ ucfirst(__('laravel-crm::lang.organization')) }} | {{ ucfirst(__('laravel-crm::lang.status')) }} |
|---|---|---|---|---|---|---|
| {{ $row['row'] }} | {{ $row['first_name'] }} | {{ $row['last_name'] ?: '—' }} | {{ $row['email'] ?: '—' }} | {{ $row['phone'] ?: '—' }} | {{ $row['organization_name'] ?: '—' }} |
@if(! empty($row['errors']))
@foreach($row['errors'] as $err)
@else
{{ ucfirst(__('laravel-crm::lang.ready')) }}
@endif
⚠ {{ $err }}
@endforeach
|
{{ ucfirst(__('laravel-crm::lang.required_columns')) }}:
first_name — {{ __('laravel-crm::lang.import_col_first_name') }}{{ ucfirst(__('laravel-crm::lang.optional_columns')) }}:
last_nametitleemailphoneorganization_name — {{ __('laravel-crm::lang.import_col_organization_name') }}description