@foreach($lista->itens as $i)
| {{$i->produto->nome}}
|
{{number_format($i->produto->valor_venda, 2, ',', '.')}}
|
{{number_format($i->produto->valor_compra, 2, ',', '.')}}
|
{{number_format($i->valor, 2, ',', '.')}}
|
{{number_format($i->percentual_lucro, 2, ',', '.')}}
|
|
@endforeach