@extends('base::layouts.default') @section('stylesheet') @endsection @section('header') @include('base::layouts.headers.dashboard') @endsection @section('content')

{{ __('video::analytics.Dashboard') }}

@if(isset($_GET['permission']))
You are not authorized to perform this action. Please contact your admin.
@endif @if ($errors->any())
{{ implode('', $errors->all(':message')) }}
@endif

{{ __('video::dashboard.overview') }}

{{ __('video::analytics.total_visitors') }}

@{{(analyticsCtrl.visitors_count) ? analyticsCtrl.visitors_count:0 }}

{{ __('video::analytics.total_pageviews') }}

@{{ (analyticsCtrl.page_views) ? analyticsCtrl.page_views:0 }}

{{ __('video::analytics.analytics_based_on_user_types') }}

{{ __('video::analytics.analytics_based_on_top_browsers') }}

{{ __('video::analytics.browser') }} {{ __('video::analytics.sessions') }}
@{{record.browser}}
@{{record.sessions}}
{{ __('video::dashboard.view_all') }}
@endsection @section('scripts') @endsection