{{ 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', ['except' => $subscription->plan_id]), 'placeholder' => trans('messages.select_plan') ])