@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ị
Trang |
Lượt xem |
@foreach($data['mostVisitedPages'] as $page)
{{$page['pageTitle']}} |
{{$page['pageViews']}} |
@endforeach
Tỉnh / Thành phố |
Lượt truy cập |
@foreach($data['visitorsPerCity'] as $row)
{{$row[0]}} |
{{$row[1]}} |
@endforeach
Trang nguồn |
Lượt xem |
@foreach($data['topReferrers'] as $page)
{{$page['url']}} |
{{$page['pageViews']}} |
@endforeach
@endsection
@section('scripts')
{{ Html::script('https://www.gstatic.com/charts/loader.js') }}
@endsection