SGV SISTEMA - GESTÃO DE VENDAS
CNPJ: 00.000.000/0000-00
MA 201, N° S/N, PAÇO DO LUMIAR/MA.CEP: 65130-000
NOTA SIMPLES
Item | Descrição | Qtd | V. Unit | V.Total |
---|---|---|---|---|
{{$loop->iteration}} | {{$lista->Produto['descricao']}} | {{$lista['quantidade']}} | {{number_format($lista['valor_unitario'],2,',','.')}} | {{number_format($lista['valor_total'],2,',','.')}} |
QTD. TOTAL DE ITENS
VALOR TOTAL R$
VALOR DESCONTO R$
VALOR PAGAMENTO R$
{{$quantidadeTotal}}
{{number_format($venda->getValorReal(),2,',','.')}}
{{number_format($venda->getDesconto(),2,',','.')}}
{{number_format($venda->getValorTotal(),2,',','.')}}