@extends('layouts.admin') @section('title', 'Dashboard') @section('content')
Total Products
Total Orders
Pending Orders
Revenue (Completed)
| Order # | Customer | Total | Status | Date | |
|---|---|---|---|---|---|
| {{ $order->order_number }} | {{ $order->customer_name }} | Rs {{ number_format($order->total, 2) }} | {{ ucfirst($order->status) }} | {{ $order->created_at->format('d M Y') }} | View |
| No orders yet. | |||||