@php $total_orders = $orders->count(); $delivered_orders = $orders->where('status', 3)->count(); $amount = $orders->sum('total_price'); @endphp
{{$delivered_orders}}/{{$total_orders}}

Orders Delievred

Amount processed
₹{{$orders->sum('total')}} {{-- (100%) --}}
@php $total_users = $users->count(); $converted_users = $orders->pluck('user_id')->unique()->count(); @endphp
{{$converted_users}}/{{$total_users}}

Converted Users

{{-- {{$converted_users}} converted --}} ({{round($converted_users/$total_users*100)}} %)
@php $total_products=$products->count(); $total_categories=$categories->count(); @endphp {{--
16/20
--}}
{{$total_products}}

Total products

Total categories
{{-- --}} {{$total_categories}}
@php $total_cart_items = $cart_items->unique('user_id')->count(); @endphp
{{$total_cart_items}}

Products in Cart

Conversion Rate
{{-- Orders/Carts --}} ({{round($total_orders/$total_cart_items*100)}} %)
12%

30,569

Total Sales

$1200
6 Projects

iOS Apps Development Development
$1450
3 Projects

Figma Dashboard Design UI/UX Design
$1250
5 Projects
Full Details
Tasks Completed
22/35 completed
22/35
28% more
from last week
New Tasks
0/20 tasks
5/20
34% more
from last week
Project Done
20/30 project
20/30
42% more
from last week
Users Proposal Date Status Actions
Sent 11/06/2023 10:53 Completed
New 11/06/2023 10:53 In Progress
Sent 11/06/2023 10:53 Completed
Returning 11/06/2023 10:53 Not Interested
Sent 11/06/2023 10:53 Completed
Alexandra Della
Frontend Developer
Archie Cantones
UI/UX Designer
Malanie Hanvey
Backend Developer
Kenneth Hune
Digital Marketer
Update 30 Min Ago