@extends('admin.layouts.app') @section('title', 'Combined Dashboard') @section('content')
Welcome to your admin dashboard
Total Products
{{ $totalProducts }}
Total Orders
{{ $totalOrders }}
Total Revenue
${{ number_format($totalRevenue, 2) }}
Total Customers
{{ $totalCustomers }}
Total Sales (Last 30 Days)
$0.00
New Customers (Last 30 Days)
0
Top Selling Products
0
Out of Stock Items
0
Order ID | Customer | Amount | Status | Date |
---|---|---|---|---|
#{{ $order->id }} | {{ $order->customer ? $order->customer->name : 'Guest' }} | ${{ number_format($order->total, 2) }} | {{ $order->status->label() }} | {{ $order->created_at->format('M d, Y') }} |
Product Name | Category | Total Sales | Quantity Sold | Stock |
---|
Customer Name | Total Orders | Total Spent | Last Order |
---|
Product Name | Category | Stock | Price | Status |
---|