@extends('admin.layouts.app') @section('title', 'Admin Dashboard') @section('header_title', 'Overview Dashboard') @section('content')
Here is your live e-commerce overview for Dwaraka Collection. Monitor catalog status, inventory levels, order flows, and revenue metrics.
Latest purchases placed through the website
| Order # | Customer | Amount | Status | Date | Action |
|---|---|---|---|---|---|
| {{ $order->order_number }} | {{ $order->customer_name }} | ₹{{ number_format($order->total_amount, 2) }} | {{ strtoupper($order->order_status) }} | {{ $order->created_at ? $order->created_at->format('M d, Y') : 'N/A' }} | VIEW |
| No orders recorded yet. Place an order from the shop to test! | |||||
Latest additions to the Dwaraka jewellery catalog