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