Total Penjualan Bulan Ini

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

Barang Paling Laku

    @foreach ($topProducts as $product)
  • {{ $product->inventory->product_name ?? '-' }} ({{ $product->total_quantity }} pcs)
  • @endforeach

Grafik Penjualan Mingguan