@php $primary_color = isset($settings) ? $settings->primary_color : '#4caf50'; @endphp
{{ $slot ?? '' }} {!! $body ?? '' !!}
@isset($signature)

{!! nl2br($signature) !!}

@endisset @if(isset($company) && $company instanceof \App\Models\Company)

{{ $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