@extends('core::layouts.master') @section('stylesheet') @endsection @section('breadcrumb', 'Google Analytics') @section('head-action') {{ Form::bsNavButton('Cấu hình', route('admin.setting.index', 'google')) }} @endsection @section('content')
Lượt truy cập trong 30 ngày
Lượt truy cập theo trình duyệt web
Lượt truy cập theo thiết bị
@foreach($data['mostVisitedPages'] as $page) @endforeach
Trang Lượt xem
{{$page['pageTitle']}} {{$page['pageViews']}}
@foreach($data['visitorsPerCity'] as $row) @endforeach
Tỉnh / Thành phố Lượt truy cập
{{$row[0]}} {{$row[1]}}
@foreach($data['topReferrers'] as $page) @endforeach
Trang nguồn Lượt xem
{{$page['url']}} {{$page['pageViews']}}
@endsection @section('scripts') {{ Html::script('https://www.gstatic.com/charts/loader.js') }} @endsection