# | TOTAL |
---|---|
{{$i->quantidade}} x {{$i->produto->nome}} {{$i->produto->unidade_venda}} x {{number_format($i->valor, 2)}} = R$ {{number_format(($i->quantidade * $i->valor), 2)}} | |
Venda: {{$v['id']}} - {{$v['data']}} | R$ {{number_format($v['total'], 2)}} @if($v['desconto'] > 0) - Desconto: R$ {{number_format($v['desconto'], 2)}} @endif |