{{ t('contact_limit_reached_upgrade_plan') }}
{{ t('csv_sample_file_download') }}
{{ t('drag_and_drop_description') }}
{{ t('csv_file_only') }}
{{ t('file_selected') }}
{{ t('record_successfully_inserted') }} {{ $validRecords }}
{{ t('records_with_error') }} {{ $invalidRecords }}
@if (isset($skippedDueToLimit) && $skippedDueToLimit > 0){{ t('records_skipped_due_to_limit') }} {{ $skippedDueToLimit }}
{{ t('upgrade_plan_message_for_more_contacts') }}
@endif| {{ t('id') }} | {{ t('name') }} | {{ t('email') }} |
|---|---|---|
| {{ $staff->id }} | {{ $staff->firstname }} {{ $staff->lastname }} | {{ $staff->email }} |
{{ t('no_staff_members_found') }}
{{ t('no_statuses_found') }}
{{ t('no_sources_found') }}
{{ t('no_groups_found') }}
{{ t('contact') }}
| *{{ t('status_id') }} | *{{ t('source_id') }} | {{ t('assigned_id') }} | *{{ t('firstname') }} | *{{ t('lastname') }} | {{ t('company') }} | *{{ t('type') }} | {{ t('email') }} | *{{ t('phone') }} | {{ t('group_id') }} | @foreach($customFields as $field)@if($field->is_required) * @endif {{ $field->field_label }} ({{ $field->field_name }}) | @endforeach
|---|---|---|---|---|---|---|---|---|---|---|
| {{ t('2') }} | {{ t('4') }} | {{ t('1') }} | {{ t('sample_data') }} | {{ t('sample_data') }} | {{ t('sample_data') }} | {{ t('lead/customer') }} | {{ t('abc_mail') }} | {{ t('phone_sample') }} | {{ t('group_sample') }} | @foreach($customFields as $field)@switch($field->field_type) @case('number') 42 @break @case('date') {{ date('Y-m-d') }} @break @case('checkbox') Yes/No @break @case('dropdown') {{ $field->field_options[0] ?? 'Option 1' }} @break @case('textarea') Sample text... @break @default Sample value @endswitch | @endforeach