{!! Form::myInput('text', 'videos_title', 'Video Title') !!}
{!! Form::mySelect('category[]', 'Category', Arr::pluck($categories, 'category_name','category_id'), null, ['class' => 'form-control select2', 'multiple' => 'multiple', 'selected' => 'selected']) !!}
{!! Form::myInput('text', 'Series', 'Series') !!}
{!! Form::mySelect('status','status', config('variables.status'), null, ['class' => 'form-control select2']) !!}
{!! Form::mySelect('license_type','License type', config('variables.License'), ['class' => 'form-control select2','id' => 'license_type']) !!}
{!! Form::mySelect('people','People type', config('variables.People'), null, ['class' => 'form-control select2']) !!}