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

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

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

{{awtTrans('شركات المناديب')}}

--}} {{--

{{$totalCompanies}}

--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{-- {{awtTrans('شركات المناديب بإنتظار القبول')}}--}} {{--
--}} {{--
--}} {{-- {{$companiesPending}}--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{-- {{awtTrans('شركات المناديب المقبولة')}}--}} {{--
--}} {{--
--}} {{-- {{$companiesAccept}}--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{-- {{awtTrans('شركات المناديب المرفوضة')}}--}} {{--
--}} {{--
--}} {{-- {{ $companiesNotAccept }}--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}}

{{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('المشرفين النشطين')}}

{{$admins_active }}

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

{{$admins_blocked}}

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

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

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

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

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

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

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

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

{{$menu['count']}}

{{$menu['name']}}

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