@php $primary_color = isset($settings) ? $settings->primary_color : '#4caf50'; $email_alignment = isset($settings->email_alignment) ? $settings->email_alignment : 'center'; @endphp
{{ $slot ?? '' }} {!! $body ?? '' !!}
@isset($links) @if(count($links) >=1)

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

@endif @foreach($links as $link) {!! $link ?? '' !!}
@endforeach @endisset
@isset($signature)

{!! nl2br($signature) !!}

@endisset @if(isset($company) && $company instanceof \App\Models\Company && $company->getSetting('show_email_footer'))

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

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

@endif
@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