{!! Form::label('Attribute Sets') !!} {!! Form::select('attribute_sets[]', $attributeSets, null, ['class' => 'form-control', 'id' => 'attribute_sets', 'multiple' => 'multiple']) !!}