Selecionar Vendedor
{!! Form::select('funcionario_id', 'Vendedor') ->options(isset($funcionario) ? [$funcionario->id => $funcionario->nome] : []) !!}