@php use App\CoreFacturalo\Helpers\Template\ReportHelper; @endphp
| Totales por producto | ||||
|---|---|---|---|---|
| # | Producto | Cantidad | Ăšltimo V. Unitario | Total |
| {{ $loop->iteration }} | {{ $item['description'] }} | {{ $item['quantity'] }} | {{ ReportHelper::setNumber($item['unit_value'], 2, '.', '') }} | {{ ReportHelper::setNumber($item['total'], 2, '.', '') }} |
| Totales | {{ ReportHelper::setNumber($table_sold_items->sum('total'), 2, '.', '') }} | |||