{!! Form::myInput('text', 'plan_name', 'Plan Name') !!}
{!! Form::myInput('text', 'plan_description', 'Plan description') !!}
{!! Form::mySelect('item_type', 'Item Type', config('variables.item_type'), null, ['class' => 'form-control select2']) !!}
{!! Form::myInput('text', 'item_count', 'Item Count') !!}
{!! Form::myInput('text', 'price', 'Price') !!}
{!! Form::myInput('text', 'offer_price', 'Offer Price') !!}
{!! Form::myInput('text', 'per_item_price', 'Per Item Price') !!}
{!! Form::myInput('text', 'valid_upto_months', 'Validity (In Months)') !!}