{{ ctrans('texts.footer_label', ['company' => auth('contact')->user() ? (auth('contact')->user()->user->account->isPaid() ? auth('contact')->user()->company->present()->name() : 'Invoice Ninja') : 'Invoice Ninja', 'year' => date('Y')]) }}
@if(strlen($client->getSetting('client_portal_privacy_policy')) > 1) {{ __('texts.privacy_policy')}} @endif @if(strlen($client->getSetting('client_portal_privacy_policy')) > 1 && strlen($client->getSetting('client_portal_terms')) > 1) @endif @if(strlen($client->getSetting('client_portal_terms')) > 1) {{ __('texts.terms')}} @endif
@if(auth()->user()->user && !auth()->user()->user->account->isPaid()) Invoice Ninja Logo @endif @if(strlen($client->getSetting('client_portal_privacy_policy')) > 1) @component('portal.ninja2020.components.general.pop-up', ['title' => __('texts.privacy_policy') ,'show_property' => 'privacy']) {!! $client->getSetting('client_portal_privacy_policy') !!} @endcomponent @endif @if(strlen($client->getSetting('client_portal_terms')) > 1) @component('portal.ninja2020.components.general.pop-up', ['title' => __('texts.terms') ,'show_property' => 'tos']) {!! $client->getSetting('client_portal_terms') !!} @endcomponent @endif