| Produto | Qtd | Valor Unit. | Subtotal |
|---|---|---|---|
| {{$i->produto->produto->nome}} @if($i->produto->produto->grade) ({{$i->produto->produto->str_grade}}) @endif | {{$i->quantidade}} | R$ {{ number_format($i->produto->valor, 2, ',', '.') }} | R$ {{ number_format($i->quantidade*$i->produto->valor, 2, ',', '.') }} |