@extends('admin.layouts.app') @section('title', 'Dashboard') @section('content')
Welcome back! Here's what's happening with your store.
Total Orders
{{ number_format($metrics['orders']['total']) }}
{{ $metrics['orders']['today'] }} today
Pending Orders
{{ number_format($metrics['orders']['pending']) }}
Needs attention
Total Revenue
৳{{ number_format($metrics['financial']['total_sales']) }}
৳{{ number_format($metrics['financial']['today_sales']) }} today
Net Profit
৳{{ number_format($metrics['financial']['net_profit']) }}
From completed orders
Total Products
{{ number_format($metrics['products']['total']) }}
{{ $metrics['products']['active'] }} active
Total Customers
{{ number_format($metrics['customers']['total']) }}
+{{ $metrics['customers']['today'] }} today
Stock Value
৳{{ number_format($metrics['stock']['total_value']) }}
{{ number_format($metrics['stock']['total_pieces']) }} pieces
Incomplete Orders
{{ number_format($metrics['incomplete_orders']) }}
Abandoned carts
{{ $product->product_name }}
{{ $product->total_sold }} sold
No sales data yet
@endforelse