{{ $shopAddress }}
@endif| Mesin | Total Klik | Biaya/Klik | Total Biaya |
|---|---|---|---|
| {{ $stat['name'] }} | {{ number_format($stat['total_clicks']) }} | Rp {{ number_format($stat['cost_per_click'] ?? 0, 0, ',', '.') }} | Rp {{ number_format($stat['total_cost'] ?? 0, 0, ',', '.') }} |
| No | Produk | Bahan | Mesin | Order | Qty | Total Klik |
|---|---|---|---|---|---|---|
| {{ $index + 1 }} | {{ $row->product_name ?: '-' }} | {{ $row->material_name ?: '-' }} | {{ $materialMachines[$row->material_id] ?? '-' }} | {{ number_format($row->total_orders) }} | {{ number_format($row->total_qty) }} | {{ number_format($row->total_clicks) }} |
| Tidak ada data | ||||||
| TOTAL | {{ number_format($summary['total_orders']) }} | {{ number_format($summary['total_qty']) }} | {{ number_format($summary['total_clicks']) }} | |||