{!! Form::label('responsible_id', 'Nombre De Responsable') !!} {!! Form::select('responsible_id', $responsibles, null, [ 'class' => 'form-control custom-select2', 'style' => 'width: 100%; height: 38px;' ]) !!}
{!! Form::submit('Guardar', ['class' => 'btn btn-primary', 'formtarget' => '_blank']) !!}