@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')}}
| # |
{{__('members.name')}} |
@foreach($members as $key=>$row)
|
{{$key+1}}
|
{{user($row->user_id,'name')}}
|
@endforeach
{{__('dashboard.providers')}}
| # |
{{__('providers.name')}} |
@foreach($providers as $key=>$row)
|
{{$key+1}}
|
{{user($row->provider_id,'name')}}
|
@endforeach
@endsection
@section('inner_js')
{{----}}
{{----}}
@endsection