{{ $totalOrders ?? 0 }}
+{{ $orderGrowth ?? 0 }}% dari bulan lalu
Rp {{ number_format($totalRevenue ?? 0, 0, ',', '.') }}
+{{ $revenueGrowth ?? 0 }}% dari bulan lalu
{{ $totalProducts ?? 0 }}
{{ $activeProducts ?? 0 }} Produk aktif
{{ $totalUsers ?? 0 }}
{{ $newUsersToday ?? 0 }} User baru hari ini
Grafik Penjualan (7 Hari Terakhir)
Top Produk
Pesanan Terbaru
Lihat Semua →| ID Pesanan | Produk | Customer | Total | Status | Aksi |
|---|---|---|---|---|---|
| {{ $order->order_id }} |
{{ $order->product->name ?? 'N/A' }}
{{ $order->product->brand->name ?? '' }}
|
{{ $order->user->name ?? $order->email }}
|
Rp {{ number_format($order->total_amount, 0, ',', '.') }} | {{ ucfirst($order->status) }} | Detail |
| Belum ada pesanan | |||||