Dashboard
Selamat datang di Admin Panel BBC
Total Pendapatan
Rp {{ number_format((float) ($totalRevenue ?? 0), 0, ',', '.') }}
Total Pesanan
{{ isset($totalOrders) ? number_format((int) $totalOrders) : '0' }}
Total Pelanggan
{{ isset($totalCustomers) ? number_format((int) $totalCustomers) : '0' }}
Total Menu
{{ isset($totalMenus) ? number_format((int) $totalMenus) : '0' }}
Grafik Penjualan 6 Bulan Terakhir
Info Pesanan
| ID Pesanan | Pelanggan | Total | Status | Aksi |
|---|---|---|---|---|
| {{ $order->order_id }} | {{ $order->customer_name }} | Rp {{ number_format((float) $order->total_price, 0, ',', '.') }} | @php $badgeClass = 'processing'; if ($order->status === 'completed') $badgeClass = 'completed'; elseif ($order->status === 'shipped') $badgeClass = 'shipped'; elseif ($order->status === 'pending') $badgeClass = 'pending'; elseif ($order->status === 'confirmed') $badgeClass = 'confirmed'; elseif ($order->status === 'rejected') $badgeClass = 'rejected'; @endphp {{ ucfirst($order->status) }} | Detail |
| Belum ada pesanan. | ||||
Aksi Cepat