Total Sales

{{ $total_order }}

+14%

Total Revenue

৳{{ number_format($today_order) }}

+22%

Inventory Items

{{ $total_product }}

Items in stock

Active Users

{{ $total_customer }}

-2%
{{--
Revenue Growth Velocity
--}}
Recent Order Stream
See all
@foreach ($latest_order as $order) @endforeach
Invoice ID Customer Entity Total Bill Payment Status Timestamp Actions
#{{ $order->invoice_id }}
{{ substr($order->customer ? $order->customer->name : 'G', 0, 1) }}
{{ $order->customer ? $order->customer->name : 'Guest User' }}
৳{{ number_format($order->amount) }} {{ $order->order_status }} {{ $order->created_at->format('M d, g:i A') }}
Top Category