@extends('dashboard.layouts.master') @section('title', __('backend.visitorsAnalytics')) @push("after-styles") @endpush @section('content')

{{ __('backend.visitorsAnalytics') }} [ {{ __('backend.'.$statText) }} ]

{{Form::open(['route'=>['analyticsFilter',$stat],'method'=>'POST', 'id' => "form_ofchangedate" ])}}
{{Form::close()}}

{{ $TotalVisitors }}

{{ __('backend.visitors') }}

{{ $TotalPages }}

{{ __('backend.pageViews') }}

{{ __('backend.diagram') }}

{{ __('backend.barDiagram') }}
@foreach($AnalyticsValues as $id) @if($ii<=60) @foreach($id as $key => $val) @endforeach @endif @endforeach
# {{ __('backend.'.$statText) }} {{ __('backend.visitors') }} {{ __('backend.pageViews') }}
{{$ii}}{{ $val }}
@endsection @push("after-scripts") @endpush