{{ trans('texts.powered_by') }} {{-- Per our license, please do not remove or modify this section. --}} {!! link_to('https://www.invoiceninja.com/?utm_source=powered_by', 'Invoice Ninja', ['target' => '_blank', 'title' => trans('texts.created_by', ['name' => 'Hillel Coren'])]) !!} - {!! link_to(RELEASES_URL, 'v' . NINJA_VERSION, ['target' => '_blank', 'title' => trans('texts.trello_roadmap')]) !!} | @if (Auth::user()->account->hasFeature(FEATURE_WHITE_LABEL)) {{ trans('texts.white_labeled') }} @if (! Utils::isNinja() && $company->hasActivePlan() && $company->daysUntilPlanExpires() <= 10 && $company->daysUntilPlanExpires() > 0)
{!! trans('texts.license_expiring', [ 'count' => $company->daysUntilPlanExpires(), 'link' => '' . trans('texts.click_here') . '', ]) !!} @endif @else {{ trans('texts.white_label_link') }} @endif