@component('email.template.master', ['design' => 'light', 'settings' => $settings]) @slot('header') @include('email.components.header', ['logo' => 'https://www.invoiceninja.com/wp-content/uploads/2015/10/logo-white-horizontal-1.png']) @endslot

Import completed

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) && count($company->clients) >=1)

Clients Imported: {{ count($company->clients) }}

@endif @if(isset($company) && count($company->products) >=1)

Products Imported: {{ count($company->products) }}

@endif @if(isset($company) && count($company->invoices) >=1)

Invoices Imported: {{ count($company->invoices) }}

To test your PDF generation is working correctly, click here. We've also attempted to attach the PDF to this email. @endif @if(isset($company) && count($company->payments) >=1)

Payments Imported: {{ count($company->payments) }}

@endif @if(isset($company) && count($company->recurring_invoices) >=1)

Recurring Invoices Imported: {{ count($company->recurring_invoices) }}

@endif @if(isset($company) && count($company->quotes) >=1)

Quotes Imported: {{ count($company->quotes) }}

@endif @if(isset($company) && count($company->credits) >=1)

Credits Imported: {{ count($company->credits) }}

@endif @if(isset($company) && count($company->projects) >=1)

Projects Imported: {{ count($company->projects) }}

@endif @if(isset($company) && count($company->tasks) >=1)

Tasks Imported: {{ count($company->tasks) }}

@endif @if(isset($company) && count($company->vendors) >=1)

Vendors Imported: {{ count($company->vendors) }}

@endif @if(isset($company) && count($company->expenses) >=1)

Expenses Imported: {{ count($company->expenses) }}

@endif @if(isset($company) && count($company->company_gateways) >=1)

Gateways Imported: {{ count($company->company_gateways) }}

@endif @if(isset($company) && count($company->client_gateway_tokens) >=1)

Client Gateway Tokens Imported: {{ count($company->client_gateway_tokens) }}

@endif @if(isset($company) && count($company->tax_rates) >=1)

Tax Rates Imported: {{ count($company->tax_rates) }}

@endif @if(isset($company) && count($company->documents) >=1)

Documents Imported: {{ count($company->documents) }}

@endif {{ ctrans('texts.account_login')}}

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

@if(!$whitelabel) @slot('footer') @component('email.components.footer', ['url' => 'https://invoiceninja.com', 'url_text' => '© InvoiceNinja']) For any info, please visit InvoiceNinja. @endcomponent @endslot @endif @endcomponent