@section('attach')
{!! Form::select('anexo_types_id[]',[''=>'------ Select Required ------']+$select['anexo_types_id'], null, ['class' => 'form-control', 'style'=>'height:40px']) !!}
{!! Form::select('anexo_types_id[]',[''=>'------ Select Required ------']+$select['anexo_types_id'], null, ['class' => 'form-control', 'style'=>'height:40px']) !!}
@endSection