|
Desconto R$ {{ number_format($proposta->valor_desconto) }}
|
| # | Produto | Quantidade | Preço | Total | {{ $i + 1 }} | {{ $item->produto->codigo }} - {{ $item->produto->descricao }} | {{ $item->quantidade }} | {{ number_format($item->valor_unitario, 2, ',', '.') }} | {{ number_format($item->valor_total, 2, ',', '.') }} |
|---|