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

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

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

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

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

© {{ date('Y') }} {{ $company->present()->name() }}, All Rights Reserved

@else

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

@endif @else

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

@endif