{!! Form::select('attr_values['.$attribute->id.']',['' => 'Select Value']+$values, $resources_variations ? $resources_variations->var_value_id : null, ['class' => 'form-control selectbox attribute_value', 'style'=>'width:82%; display:inline-block;', 'required']) !!}
@if($removeable)
@endif