{!! Former::open('settings/change_plan')->addClass('upgrade-form') !!}
{!! Former::text('plan') !!}
{{ trans('texts.upgrade_for_features') }}
Monthly
Annually
@if (Auth::user()->account->company->hasActivePromo())
{{ Auth::user()->account->company->present()->promoMessage }}
@endif
{{ trans('texts.pro_upgrade_title') }}
{{ trans('texts.pay_annually_discount') }}
$
{{ PLAN_PRICE_PRO_MONTHLY }}
/ {{ trans('texts.plan_term_month') }}
{{ trans('texts.pro_upgrade_feature1') }}
{{ trans('texts.pro_upgrade_feature2') }}
{{ trans('texts.much_more') }}
{!! Button::success(trans('texts.go_ninja_pro'))->withAttributes(['onclick' => 'submitUpgradeForm("pro")'])->large() !!}
{{ trans('texts.plan_enterprise') }}
{{ trans('texts.pay_annually_discount') }}
$
{{ PLAN_PRICE_ENTERPRISE_MONTHLY_2 }}
/ {{ trans('texts.plan_term_month') }}
1 to 2 {{ trans('texts.users') }}
3 to 5 {{ trans('texts.users') }}
6 to 10 {{ trans('texts.users') }}
11 to 20 {{ trans('texts.users') }}
{{ trans('texts.enterprise_upgrade_feature1') }}
{{ trans('texts.enterprise_upgrade_feature2') }}
{{ trans('texts.all_pro_fetaures') }}
{!! Button::success(trans('texts.go_enterprise'))->withAttributes(['onclick' => 'submitUpgradeForm("enterprise")'])->large() !!}
{!! Former::close() !!}