{!! Form::label('tipoTrabajo', 'Seleccione el tipo de Trabajo Planilla/Contrato') !!} {!! Form::select('tipoTrabajo', array('Planilla' => 'Planilla', 'Contrato' => 'Contrato'),null,array( 'class' => 'form-control custom-select2', 'style' => 'width: 100%; height: 38px;' )) !!}
{!! Form::submit('Guardar', ['class' => 'btn btn-primary', 'formtarget' => '_blank']) !!}