@extends('admin.layouts.master') @section('title', 'پنل کاربری ادمین') @section('css') @stop @section('content')

داشبورد ادمین

موجودی کل کاربران

{{number_format($result->WalletTotal)}} تومان

مبلغ کل خرید ها

{{number_format($result->BuyAmountTotal)}} تومان

مبلغ کل فروش ها

{{number_format($result->SellAmountTotal)}} تومان

مبلغ کل سفارشات

{{number_format($result->OrderAmountTotal)}} تومان

تعداد کل کاربران

{{$result->UserTotal}}

تعداد کل خریدها

{{$result->BuyTotal}}

تعداد کل فروش ها

{{$result->SellTotal}}

تعداد کل سفارشات

{{$result->OrderTotal}}

آمار کلی سایت

عنوان امروز دیروز هفته جاری ماه جاری سال جاری
تعداد سفارشات {{$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)}}

تعداد کل تیکت ها

{{$result->TicketTotal }}

معرفی شدگان

{{$result->UserInvitation}}

کارتهای بانکی

{{$result->CardBankTotal}}

کاربران فعال

{{$result->UsersActive}}

تراکنش های کیف پول

{{$result->FinanceTotal}}

کاربران دارای موجودی

{{$result->UserWallet}}
نمودار وضعیت سیستم
@php $i = 0; @endphp @foreach($result->Currencys as $Currency)
ارز: {{$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)}}
@php $i++; @endphp @endforeach
نمودار ارز ها
نمودار طریقه سفارش
اطلاعات ارزهای دیجیتال فعال
@php $Currencys = $result->Currencys; $count = count((array)$result->Currencys); $i = 0; $j = 0; @endphp
@foreach($Currencys as $Currency) @if($Currency != 'PMvoucher') @endif @endforeach
لوگو نام ارز قیمت خرید قیمت فروش موجودی
{{ $Currency }}
@stop @section('js') @stop @section('script') @stop