Lista de preços
{!!Form::select('tipo_pagamento_lista', 'Tipo de pagamento', ['' => 'Selecione'] + App\Models\Nfce::tiposPagamento()) ->attrs(['class' => 'form-select']) !!}
{!! Form::select('funcionario_lista_id', 'Funcionário', ['' => 'Selecione'] + $funcionarios->pluck('nome', 'id')->all()) ->attrs(['class' => 'form-select']) !!}
{!! Form::select('lista_preco_id', 'Lista', ['' => 'Selecione']) ->attrs(['class' => 'form-select']) !!}