@extends('backend.layouts.master')
@section('header')
@endsection
@section('footertop')
@endsection
@section('content')
@foreach($statistics['pages'] as $p)
-
{{ $p['url'] }} {{ $p['pageViews'] }}
@endforeach
@foreach($statistics['keywords'] as $p)
-
{{ $p['keyword'] }} {{ $p['sessions'] }}
@endforeach
@foreach($statistics['landings'] as $p)
-
{{ $p['path'] }} {{ $p['visits'] }}
@endforeach
@foreach($statistics['exits'] as $p)
-
{{ $p['path'] }} {{ $p['visits'] }}
@endforeach
@foreach($statistics['times'] as $p)
-
{{ $p['path'] }} {{ formatMilliseconds($p['time']) }}
@endforeach
@foreach($statistics['sources'] as $p)
-
{{ $p['path'] }} {{ $p['visits'] }}
@endforeach
@foreach($statistics['browsers'] as $p)
-
{{ $p['browser'] }} {{ $p['visits'] }}
@endforeach
@foreach($statistics['ops'] as $p)
-
{{ $p['os'] }} {{ $p['visits'] }}
@endforeach
@endsection