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