@extends('admin.layout.master') @section('css') @endsection @section('content')

{{awtTrans('المستخدمين')}}

  • {{awtTrans('المستخدمين النشطين')}}
    {{$activeUsers}}
  • {{awtTrans('المستخدمين الغير النشطين')}}
    {{$notActiveUsers}}

{{awtTrans('مقدمي الخدمة')}}

{{$totalStores}}

{{awtTrans('مقدمي الخدمة')}}

{{awtTrans('الشركات')}}

{{$companies}}

{{awtTrans(' الأفراد ')}}

{{$providers}}


{{awtTrans('المناديب')}}

{{awtTrans('المناديب النشطين')}}
{{-- {{ round( ($activeDelegate * 100) / ($activeDelegate + $notActiveDelegate == 0 ? 1 : $activeDelegate + $notActiveDelegate))}}%--}} {{ $activeDelegate}}
{{awtTrans('المناديب الغير النشطين')}}
{{-- {{round( ($notActiveDelegate * 100) / ($activeDelegate + $notActiveDelegate == 0 ? 1 : $activeDelegate + $notActiveDelegate))}}%--}} {{$notActiveDelegate}}

{{awtTrans('الدول والمدن')}}

{{awtTrans('عدد الدول')}}
{{$countCountry}}
{{awtTrans('عدد المدن')}}
{{$countCity}}

{{awtTrans('المشرفين')}}

{{awtTrans('المشرفين النشطين')}}

{{$admins_active }}

{{awtTrans('المشرفون المحظورون ')}}

{{$admins_blocked}}

{{awtTrans('الطلبات الجديدة')}}

  • {{awtTrans('الطلبات الجديدة')}}
    {{$new_orders}}

{{awtTrans('الطلبات النشطة')}}

  • {{awtTrans('الطلبات النشطة')}}
    {{$active_orders}}

{{awtTrans('الطلبات المنتهية')}}

  • {{awtTrans('الطلبات المنتهية')}}
    {{$finished_orders}}

{{awtTrans('الطلبات الملغية')}}

  • {{awtTrans('الطلبات الملغية')}}
    {{$closed_orders}}

{{awtTrans('احصائيات المشروع')}}

@foreach($menus as $key => $menu) @php $color = $colores[array_rand($colores)] @endphp

{{$menu['count']}}

{{$menu['name']}}

@endforeach
@endsection @section('js') @endsection