@extends('layouts.admin') @section('title', 'Admin Overview & Metrics') @section('content')
₹{{ number_format($stats['revenue'], 2) }}
⚡ Today: ₹{{ number_format($stats['today_revenue'], 2) }}
{{ $stats['orders'] }}
⏳ {{ $stats['pending_orders'] }} Processing / Pending
{{ $stats['products'] }}
Across {{ $stats['categories'] }} Categories
{{ $stats['customers'] }}
{{ $stats['low_stock'] }} Low Stock Alert(s)
Latest incoming purchases and shipment statuses.
| Order # | Customer | Items | Total Paid | Payment | Status | Action |
|---|---|---|---|---|---|---|
| {{ $order->order_number }} | {{ $order->shipping_name }} {{ $order->shipping_phone }} | {{ $order->items->sum('quantity') }} items | ₹{{ number_format($order->grand_total, 2) }} | {{ $order->payment_status }} | {{ $order->status_label }} | Manage → |
| No orders placed yet. | ||||||