@extends('layouts.master') @section('title',__('Change Subscription')) @section('breadcum')
{{ $error}}
@endforeach- {{__('Please Select Plan ForUser')}}
{!! Form::select('plan_id', $plan_list, null, ['class' => 'form-control select2', 'required' => 'required', 'autofocus']) !!} {{ $errors->first('plan') }}