{{ $importedCount }} {{ __('laravel-crm::lang.organizations_imported_successfully') }}, {{ $skippedCount }} {{ __('laravel-crm::lang.rows_skipped') }}.
| # | {{ ucfirst(__('laravel-crm::lang.name')) }} | {{ ucfirst(__('laravel-crm::lang.email')) }} | {{ ucfirst(__('laravel-crm::lang.phone')) }} | {{ ucfirst(__('laravel-crm::lang.website')) }} | {{ ucfirst(__('laravel-crm::lang.status')) }} |
|---|---|---|---|---|---|
| {{ $row['row'] }} | {{ $row['name'] }} | {{ $row['email'] ?: '—' }} | {{ $row['phone'] ?: '—' }} | {{ $row['website_url'] ?: '—' }} |
@if(! empty($row['errors']))
@foreach($row['errors'] as $err)
@else
{{ ucfirst(__('laravel-crm::lang.ready')) }}
@endif
⚠ {{ $err }}
@endforeach
|
{{ ucfirst(__('laravel-crm::lang.required_columns')) }}:
name — {{ __('laravel-crm::lang.import_col_organization_name_required') }}{{ ucfirst(__('laravel-crm::lang.optional_columns')) }}:
emailphonewebsite_urlvat_numberdescription