{!! Form::myInput('text', 'image_title', 'Image Title') !!}
{!! Form::mySelect('category', 'Category', Arr::pluck($categories, 'category_name','category_id'), null, ['class' => 'form-control select2']) !!}
{!! Form::myInput('text', 'Series', 'Series') !!}
{!! Form::myInput('text', 'copyright', 'Copyright',[],$item->copyright ?? 'Name My ') !!}
{!! Form::myInput('text', 'image_name_id', 'Image Id') !!}
{!! Form::mySelect('status','status', config('variables.status'), null, ['class' => 'form-control select2']) !!}
{!! Form::myTextArea('keyword', 'Meta Keyword',[],null,6) !!}
{!! Form::mySelect('license_type','License type', config('variables.License'), ['class' => 'form-control select2','id' => 'license_type']) !!}
{!! Form::myTextArea( 'description', 'Meta Description',[],$item->image_description ?? old('description'),2) !!}
{!! Form::mySelect('people','People type', config('variables.People'), null, ['class' => 'form-control select2']) !!}
{!! Form::mySelect('orientation','Orientation type', config('variables.Orientation'), null, ['class' => 'form-control select2']) !!}