Asigna a un ejecutivo

@if($executives = auth()->user()->executives) {!! Form::open(['id' => 'assign-form', 'method' => 'PUT']) !!} {!! Form::hidden('client_id', NULL, ['id' => 'client_id']) !!} {!! Form::select('executive_id',$executives , NULL, ['id'=> 'executive_id','class' => 'form-control']) !!} {!! Form::close() !!} @else
No hay ejecutivos asignados
@endif