diff --git a/resources/views/email/template/client.blade.php b/resources/views/email/template/client.blade.php index 1701ae3c53cd..8649ea054fd9 100644 --- a/resources/views/email/template/client.blade.php +++ b/resources/views/email/template/client.blade.php @@ -154,11 +154,15 @@
© {{ date('Y') }} Invoice Ninja, All - Rights Reserved -
+ @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