Asigna a Gerente

{!! Form::open(['id' => 'assign-form', 'method' => 'PUT']) !!} {!! Form::hidden('client_id', NULL, ['id' => 'client_id']) !!} {!! Form::select('management_id', App\Management::lists('name', 'id') , NULL, ['id' => 'management_id','class' => 'form-control']) !!} {!! Form::close() !!}