@php $primary_color = isset($settings) ? $settings->primary_color : '#4caf50'; @endphp
@if(isset($company) && $company instanceof \App\Models\Company) @endif
{{ $slot ?? '' }} {!! $body ?? '' !!}

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

{{ $company->present()->name() }}

{{ $company->settings->phone }} {{ $company->settings->website }}

@if(isset($company) && !$company->account->isPaid())

© {{ date('Y') }} Invoice Ninja, All Rights Reserved

@else

© {{ date('Y') }} Invoice Ninja, All Rights Reserved

@endif