@extends('layouts.admin') @section('title', 'Dashboard') @section('content')
Monitor revenue, order volume, category performance, and active inventory in real-time.
Monthly revenue performance (₹) and order volume over the last 6 months.
Fulfillment distribution & order counts.
Earnings breakdown across product categories (Moisturisers, Cleansers, Serums, Sunscreens, Oils).
| Order # | Customer | Items | Total | Status | Action |
|---|---|---|---|---|---|
|
{{ $order->order_number }}
{{ $order->created_at->format('M d, H:i') }}
|
{{ $order->customer_name }}
{{ $order->customer_phone }}
|
{{ $order->items->sum('quantity') }} items | ₹{{ number_format($order->total_amount, 2) }} | {{ ucfirst($order->order_status) }} | View |
All products have healthy inventory levels!
@else