@php $colspan = 6; @endphp
| EMPRESA: {{ $company['name'] }} | |||||
|---|---|---|---|---|---|
| RUC: {{ $company['number'] }} | |||||
| REPORTE DE PRODUCTOS MÁS VENDIDOS |
| # | @foreach($columns as $col) @if((in_array($col['name'], $select_columns) || $col['locked']) && $col['name'] !== 'actions'){{ func_str_to_upper_utf8($col['label']) }} | @endif @endforeach||||||
|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | @foreach($columns as $col) @if((in_array($col['name'], $select_columns) || $col['locked']) && $col['name'] !== 'actions'){{ $row[$col['name']] }} | @endif @endforeach||||||
| Totales: | {{ number_format($totals['total_quantity'], 3) }} | {{ number_format($totals['total'], 3) }} | {{ number_format($totals['cost'], 3) }} | {{ number_format($totals['revenue'], 3) }} |