| # | Produto | Qtd | Total |
|---|---|---|---|
| @if($index == 0) 1º @elseif($index == 1) 2º @elseif($index == 2) 3º @else {{ $index + 1 }}º @endif | {{ Str::limit($produto->nome_produto, 30) }} | {{ intval($produto->total_quantidade) }} | R$ {{ number_format($produto->total_valor, 2, ',', '.') }} |
| Nenhum produto vendido | |||