Dar de alta un evento

{!! Form::open(['method' => 'POST']) !!}
{!!Form::select('executive_id', [NULL => 'Seleccionar un ejecutivo'] + $executives, NULL, ['class' => 'form-control', 'id' => 'executive_id'])!!}
{!! Form::close() !!}