{!! Former::open('settings/change_plan')->addClass('upgrade-form') !!} {!! Former::text('plan') !!}

{{ trans('texts.upgrade_for_features') }}

@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') }}

 

  • {{ 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() !!}