@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
--}}
{{--
--}}
{{--
--}}
{{-- --}}
{{--
--}}
{{--
--}}
{{--
--}}
عدد المشتركين في الباقات
{{$subscribers}}
اجمالي اشتراكات الباقات
{{$subscribes}}
اجمالي زيارات الموقع ( يوميا )
{{$dayVisitCounts}}
اجمالي زيارات الموقع ( اسبوعيا )
{{$weekVisitorCounts}}
اجمالي زيارات الموقع ( سنويا )
{{$allVisitorCounts}}
@endsection
@section('inner_js')
{{----}}
{{----}}
@endsection