{{-- TOTAL ORDERS --}}
{{-- PRODUCTS --}}
{{-- USERS --}}
{{-- PROJECTS --}}
{{-- REVENUE + CHART --}}
Total Orders
{{ $totalOrders }}
Products
{{ $totalProducts }}
Users
{{ $totalUsers }}
Projects
{{ $totalProjects }}
Total Revenue
₹ {{ number_format($totalRevenue,2) }}
Pending Role request
{{ number_format($totalPendingRoleRequest) }}
Sales Performance
Recent Orders
| # | Customer | Total | Status | Date |
|---|---|---|---|---|
| #{{ $order->order_number }} | {{ $order->user->name ?? '-' }} | ₹ {{ number_format($order->total,2) }} | {{ ucfirst($order->status) }} | {{ $order->created_at->format('d M Y') }} |