@component('email.template.admin', ['logo' => $logo, 'settings' => $settings, 'company' => $company ?? ''])

{{ ctrans('texts.import_complete') }}

Hello, here is the output of your recent import job.

If your logo imported correctly it will display below. If it didn't import, you'll need to reupload your logo

@if(isset($company))

{{ ctrans('texts.clients') }}: {{ $client_count }}

@endif @if(isset($company))

{{ ctrans('texts.products') }}: {{ $product_count }}

@endif @if(isset($company))

{{ ctrans('texts.invoices') }}: {{ $invoice_count }}

@endif @if(isset($company))

{{ ctrans('texts.payments') }}: {{ $payment_count }}

@endif @if(isset($company))

{{ ctrans('texts.recurring_invoices') }}: {{ $recurring_invoice_count }}

@endif @if(isset($company))

{{ ctrans('texts.quotes') }}: {{ $quote_count }}

@endif @if(isset($company))

{{ ctrans('texts.credits') }}: {{ $credit_count }}

@endif @if(isset($company))

{{ ctrans('texts.projects') }}: {{ $project_count }}

@endif @if(isset($company))

{{ ctrans('texts.tasks') }}: {{ $task_count }}

@endif @if(isset($company))

{{ ctrans('texts.vendors') }}: {{ $vendor_count }}

@endif @if(isset($company))

{{ ctrans('texts.expenses') }}: {{ $expense_count }}

@endif @if(isset($company))

{{ ctrans('texts.gateways') }}: {{ $company_gateway_count }}

@endif @if(isset($company))

{{ ctrans('texts.tokens') }}: {{ $client_gateway_token_count }}

@endif @if(isset($company))

{{ ctrans('texts.tax_rates') }}: {{ $tax_rate_count }}

@endif @if(isset($company))

{{ ctrans('texts.documents') }}: {{ $document_count }}

@endif @if(isset($check_data))

Data Quality:

{!! $check_data !!}

@endif @if(!empty($errors) )

{{ ctrans('texts.errors') }}:

@foreach($errors as $entityType=>$entityErrors) @foreach($entityErrors as $error) @endforeach @endforeach
Type Data Error
{{$entityType}} {{json_encode($error[$entityType]??null)}} {{json_encode($error['error'])}}
@endif
{{ ctrans('texts.account_login') }}

{{ ctrans('texts.email_signature')}}

{{ ctrans('texts.email_from') }}

@endcomponent