@extends('admin.layouts.master') @section('title', 'پنل کاربری ادمین') @section('css') @stop @section('content')
موجودی کل کاربران
مبلغ کل خرید ها
مبلغ کل فروش ها
مبلغ کل سفارشات
تعداد کل کاربران
تعداد کل خریدها
تعداد کل فروش ها
تعداد کل سفارشات
| عنوان | امروز | دیروز | هفته جاری | ماه جاری | سال جاری |
|---|---|---|---|---|---|
| تعداد سفارشات | {{$result->Today->CountOrders}} | {{$result->Yesterday->CountOrders}} | {{$result->Week->CountOrders}} | {{$result->Month->CountOrders}} | {{$result->Year->CountOrders}} |
| مبلغ سفارشات | {{number_format($result->Today->AmountOrders)}} | {{number_format($result->Yesterday->AmountOrders)}} | {{number_format($result->Week->AmountOrders)}} | {{number_format($result->Month->AmountOrders)}} | {{number_format($result->Year->AmountOrders)}} |
| تعداد فروش | {{($result->Today->CountOrdersSell)}} | {{($result->Yesterday->CountOrdersSell)}} | {{($result->Week->CountOrdersSell)}} | {{($result->Month->CountOrdersSell)}} | {{($result->Year->CountOrdersSell)}} |
| مبلغ فروش | {{number_format($result->Today->AmountOrdersSell)}} | {{number_format($result->Yesterday->AmountOrdersSell)}} | {{number_format($result->Week->AmountOrdersSell)}} | {{number_format($result->Month->AmountOrdersSell)}} | {{number_format($result->Year->AmountOrdersSell)}} |
| تعداد خرید | {{($result->Today->CountOrdersBuy)}} | {{($result->Yesterday->CountOrdersBuy)}} | {{($result->Week->CountOrdersBuy)}} | {{($result->Month->CountOrdersBuy)}} | {{($result->Year->CountOrdersBuy)}} |
| مبلغ خرید | {{number_format($result->Today->AmountOrdersBuy)}} | {{number_format($result->Yesterday->AmountOrdersBuy)}} | {{number_format($result->Week->AmountOrdersBuy)}} | {{number_format($result->Month->AmountOrdersBuy)}} | {{number_format($result->Year->AmountOrdersBuy)}} |
| کاربر جدید | {{($result->Today->CountUser)}} | {{($result->Yesterday->CountUser)}} | {{($result->Week->CountUser)}} | {{($result->Month->CountUser)}} | {{($result->Year->CountUser)}} |
| مبلغ بیشترین فروش | {{number_format($result->Today->AmountMaxSell)}} | {{number_format($result->Yesterday->AmountMaxSell)}} | {{number_format($result->Week->AmountMaxSell)}} | {{number_format($result->Month->AmountMaxSell)}} | {{number_format($result->Year->AmountMaxSell)}} |
| مبلغ بیشترین خرید | {{number_format($result->Today->AmountMaxBuy)}} | {{number_format($result->Yesterday->AmountMaxBuy)}} | {{number_format($result->Week->AmountMaxBuy)}} | {{number_format($result->Month->AmountMaxBuy)}} | {{number_format($result->Year->AmountMaxBuy)}} |
تعداد کل تیکت ها
معرفی شدگان
کارتهای بانکی
کاربران فعال
تراکنش های کیف پول
کاربران دارای موجودی
| ارز: {{$Currency}} | امروز | دیروز | هفته جاری | ماه جاری | سال جاری |
|---|---|---|---|---|---|
| تعداد سفارشات | {{$result->$Currency->Today->CountOrders}} | {{$result->$Currency->Yesterday->CountOrders}} | {{$result->$Currency->Week->CountOrders}} | {{$result->$Currency->Month->CountOrders}} | {{$result->$Currency->Year->CountOrders}} |
| مبلغ سفارشات | {{$result->$Currency->Today->AmountOrders}} | {{$result->$Currency->Yesterday->AmountOrders}} | {{$result->$Currency->Week->AmountOrders}} | {{$result->$Currency->Month->AmountOrders}} | {{$result->$Currency->Year->AmountOrders}} |
| تعداد خریدها | {{$result->$Currency->Today->CountOrdersBuy}} | {{$result->$Currency->Yesterday->CountOrdersBuy}} | {{$result->$Currency->Week->CountOrdersBuy}} | {{$result->$Currency->Month->CountOrdersBuy}} | {{$result->$Currency->Year->CountOrdersBuy}} |
| تعداد فروش ها | {{($result->$Currency->Today->CountOrdersSell)}} | {{($result->$Currency->Yesterday->CountOrdersSell)}} | {{($result->$Currency->Week->CountOrdersSell)}} | {{($result->$Currency->Month->CountOrdersSell)}} | {{($result->$Currency->Year->CountOrdersSell)}} |
| مبلغ کل خریدها | {{number_format($result->$Currency->Today->AmountOrdersBuy)}} (${{$result->$Currency->Today->dollarBuy}}) | {{number_format($result->$Currency->Yesterday->AmountOrdersBuy)}} (${{$result->$Currency->Yesterday->dollarBuy}}) | {{number_format($result->$Currency->Week->AmountOrdersBuy)}} (${{$result->$Currency->Week->dollarBuy}}) | {{number_format($result->$Currency->Month->AmountOrdersBuy)}} (${{$result->$Currency->Month->dollarBuy}}) | {{number_format($result->$Currency->Year->AmountOrdersBuy)}} (${{$result->$Currency->Year->dollarBuy}}) |
| مبلغ کل فروش ها | {{number_format($result->$Currency->Today->AmountOrdersSell)}} (${{$result->$Currency->Today->dollarSell}}) | {{number_format($result->$Currency->Yesterday->AmountOrdersSell)}} (${{$result->$Currency->Yesterday->dollarSell}}) | {{number_format($result->$Currency->Week->AmountOrdersSell)}} (${{$result->$Currency->Week->dollarSell}}) | {{number_format($result->$Currency->Month->AmountOrdersSell)}} (${{$result->$Currency->Month->dollarSell}}) | {{number_format($result->$Currency->Year->AmountOrdersSell)}} (${{$result->$Currency->Year->dollarSell}}) |
| بیشترین خرید | {{number_format($result->$Currency->Today->AmountMaxBuy)}} | {{number_format($result->$Currency->Yesterday->AmountMaxBuy)}} | {{number_format($result->$Currency->Week->AmountMaxBuy)}} | {{number_format($result->$Currency->Month->AmountMaxBuy)}} | {{number_format($result->$Currency->Year->AmountMaxBuy)}} |
| بیشترین فروش | {{number_format($result->$Currency->Today->AmountMaxSell)}} | {{number_format($result->$Currency->Yesterday->AmountMaxSell)}} | {{number_format($result->$Currency->Week->AmountMaxSell)}} | {{number_format($result->$Currency->Month->AmountMaxSell)}} | {{number_format($result->$Currency->Year->AmountMaxSell)}} |