@extends('admin.layouts.container') @section('content')
@for ($i = 1; $i < 13 ; $i++) @if (array_key_exists($i, $monthVisitCounts)) @continue @endif @php $monthVisitCounts[$i] = 0; @endphp @endfor @php ksort($monthVisitCounts); @endphp @foreach ($monthVisitCounts as $month => $count) @endforeach
مشاهدات الموقع هذا العام
{{--
--}} {{--
--}} {{--
--}} {{--
The proportion of new users
--}} {{--

2019-06-13 ~ 2019-06-19 | Last 7 days

--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}}

{{__('dashboard.total_cost')}}

{{$total_cost}}

{{__('dashboard.total_orders')}}

{{$orders}}

{{__('dashboard.total_projects')}}

{{$projects}}

{{__('dashboard.today_visits')}}

0

{{__('dashboard.week_visits')}}

{{$weekVisitorCounts}}

{{__('dashboard.month_visits')}}

{{$monthVisitCount}}

{{__('dashboard.year_visits')}}

{{$yearVisitorCounts}}

{{__('dashboard.count_members')}}

{{$count_members}}

{{__('dashboard.count_providers')}}

{{$count_providers}}

{{__('dashboard.members')}}

@foreach($members as $key=>$row) @endforeach
# {{__('members.name')}}
{{$key+1}} {{user($row->user_id,'name')}}

{{__('dashboard.providers')}}

@foreach($providers as $key=>$row) @endforeach
# {{__('providers.name')}}
{{$key+1}} {{user($row->provider_id,'name')}}
@endsection @section('inner_js') {{----}} {{----}} @endsection