{!! Theme::section('community.pannel.visitors.menu',['subpage'=>'statistics']) !!}
{!! Theme::section('community.pannel.visitors.overview-menu',['subpage'=>$chartType]) !!}
Visitors: {{$uniqueVisitorsCount}}
Page Views: {{number_format($pageViewCount)}}
@if($chartType=='area')
@elseif($chartType =='bar')
@endif
Average Daily Page Views
@if($visitDatesCnt>0){{round($pageViewCount/$visitDatesCnt,2)}}@endif
Average Daily Unique Views
@if($visitDatesCnt>0){{round($uniqueVisitorsCount/$visitDatesCnt,2)}}@endif
URL
Pageviews
@if($pageViews)
@foreach($pageViews as $page)
{{number_format($pageViewCountUrl)}}
@endforeach
{!! $pageViews->appends(request()->except('page'))->render() !!}
@endif