Sales Today

Rp {{ number_format($salesToday, 0, ',', '.') }}

Transactions Today

{{ $transactionsToday }}

Top Product

{{ $topProducts->first()->name_snapshot ?? '-' }}

Laporan Harian

Total Sales: Rp {{ number_format($summary['total_sales'], 0, ',', '.') }}
Tax: Rp {{ number_format($summary['total_tax'], 0, ',', '.') }}
Service: Rp {{ number_format($summary['total_service'], 0, ',', '.') }}
Net: Rp {{ number_format($summary['net_sales'], 0, ',', '.') }}
Orders: {{ $summary['count_orders'] }}