{{ csrf_field() }}
{{ trans('messages.subscription') }}

{{ trans('messages.subscription.change_plan') }}

{!! trans('messages.subscription.change_plan.wording') !!}

{{ csrf_field() }} @include('helpers.form_control', [ 'type' => 'select_ajax', 'class' => 'subsciption-plan-select hook required', 'name' => 'plan_uid', 'label' => '', 'help_class' => 'subscription', 'url' => action('PlanController@select2', ['change_from_uid' => $subscription->plan->uid]), 'placeholder' => trans('messages.select_plan') ])