{!! Form::label('stores[]', trans("lang.field_stores"),['class' => 'col-3 control-label text-right']) !!}
{!! Form::select('stores[]', $store, $storesSelected, ['class' => 'select2 form-control' , 'multiple'=>'multiple']) !!}
{{ trans("lang.field_stores_help") }}