@if(auth()->guard('contact')->user() && auth()->guard('contact')->user()->user->account->isPaid()) {{ ctrans('texts.footer_label', ['company' => auth()->guard('contact')->user()->company->present()->name(), 'year' => date('Y')]) }} @else {{ ctrans('texts.copyright') }} © {{ date('Y') }} Invoice Ninja. @endif
@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()->guard('contact')->user()->user && !auth()->guard('contact')->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