@extends('store.layouts.container') @section('content')
Total Sales

SAR 271,632.09

25,5% +4k Today
Total Orders today

1,354,121

5% +4k Today
Total Number of Orders

13,213

12% +1k Today
Total Orders of the month

10,313

12% +13 Today
Total Orders of the Year

SAR 271,632.09

25,5% +4k Today
Total Number of Activated Product

1,354,121

5% +4k Today
Total Inactive product

13,213

12% +1k Today
Total Products

10,313

12% +13 Today
{{__('dashboard.latest_orders')}}
@foreach($latest_orders as $key=>$row) @endforeach
# {{__('dashboard.order_id')}} {{__('dashboard.order_user')}} {{__('dashboard.count_products')}}
{{$key+1}} {{$row->id}} {{$row->user->name}} {{$row->productsStore(auth()->user()->store_id)->count()}}
{{__('dashboard.products_total')}}
@foreach($most_sold_products as $key=>$row) @endforeach
# {{__('dashboard.product')}} {{__('dashboard.user_order')}}
{{$row->id}} {{$row->currentDescription->title}} {{$row->sold_count ?? '0'}}
@endsection @section('inner_js') @endsection