{{ $importedCount }} {{ __('laravel-crm::lang.users_imported_successfully') }}, {{ $skippedCount }} {{ __('laravel-crm::lang.rows_skipped') }}.
| # | {{ ucfirst(__('laravel-crm::lang.name')) }} | {{ ucfirst(__('laravel-crm::lang.email')) }} | {{ ucfirst(__('laravel-crm::lang.CRM_access')) }} | {{ ucfirst(__('laravel-crm::lang.role')) }} | Email Verified | Created At | Updated At | Last Online | Mailing List | {{ ucfirst(__('laravel-crm::lang.status')) }} |
|---|---|---|---|---|---|---|---|---|---|---|
| {{ $row['row'] }} | {{ $row['name'] }} | {{ $row['email'] }} | @if($row['crm_access']) {{ ucfirst(__('laravel-crm::lang.yes')) }} @else {{ ucfirst(__('laravel-crm::lang.no')) }} @endif | {{ $row['role'] ?: '—' }} | {{ $row['email_verified_at'] ?: '—' }} | {{ $row['created_at'] ?: '—' }} | {{ $row['updated_at'] ?: '—' }} | {{ $row['last_online_at'] ?: '—' }} | @if($row['mailing_list'] ?? 1) {{ ucfirst(__('laravel-crm::lang.yes')) }} @else {{ ucfirst(__('laravel-crm::lang.no')) }} @endif |
@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_name') }}email — {{ __('laravel-crm::lang.import_col_email') }}{{ ucfirst(__('laravel-crm::lang.optional_columns')) }}:
crm_access — {{ __('laravel-crm::lang.import_col_crm_access') }} (1 / 0)role — {{ __('laravel-crm::lang.import_col_role') }}email_verified_at — datetime the email was verified (e.g. 2024-01-15 09:00:00); defaults to null (unverified) if blankcreated_at — backdated account creation timestamp; defaults to now if blankupdated_at — backdated update timestamp; defaults to now if blanklast_online_at — last time the user was online; left null if blankmailing_list — subscribed to mailing list (1 / 0); defaults to 1{{ __('laravel-crm::lang.import_password_note') }}