{!! Form::open(['url' => '/admin/attributes']) !!}
{!! Form::label('attribute set','Attribute Set') !!}
{!! Form::select('attribute_set_id',$attribute_sets,null,['class' =>'form-control', 'placeholder'=> 'Select Attribute Set', 'id' => 'attribute_set_id']) !!}
@if ($errors->has('attribute_set_id'))
{!! $errors->first('attribute_set_id') !!}
@endif
{!! Form::label('','Attribute Name') !!}
{!! Form::label('name','Attribute Sort') !!}
{!! Form::close() !!}