@lang("You have the Team plan which has a remaining balance of :word words and :image images. You can contact your team manager if you need more credits.", ['word' => $wordModels->totalCredits(), 'image' => $imageModels->totalCredits()])
@lang('You can contact your team manager if you need more credits.')
@if (Auth::user()->activePlan() !== null) {{ __('You have currently') }} {{ getSubscriptionName() }} {{ __('plan.') }} {{ __('Will refill automatically in') }} {{ getSubscriptionDaysLeft() }} {{ __('Days.') }} {{ checkIfTrial() === true ? __('You are in Trial time.') : '' }} @else {{ __('You have no subscription at the moment. Please select a subscription plan or a token pack.') }} @endif
@lang('Upgrade your plan') @lang('to be able to generate more content.')