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

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

@if( app('request')->has('error'))
You were not authorized to view the last page.
@endif
@if(isset($_GET['permission']))
You are not authorized to perform this action. Please contact your admin.
@endif

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

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

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

{{ __('video::dashboard.location') }} {{ __('video::dashboard.total_videos') }} {{ __('video::dashboard.percentage') }}
{{trans('base::general.not_found')}}

@{{record._id}}

@{{record.count}} @{{record.percentage | decimalPoint}}%
{{ __('video::dashboard.view_all') }}

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

{{ __('video::dashboard.platform') }} {{ __('video::dashboard.count') }}
{{ __('video::dashboard.desktop_laptop') }}
@{{dashCtrl.platformwise_analytics_web[0].count}} 0
{{ __('video::dashboard.iphone') }}
@{{dashCtrl.platformwise_analytics_ios[0].count}} 0
{{ __('video::dashboard.android') }}
@{{dashCtrl.platformwise_analytics_android[0].count}} 0
{{ __('video::dashboard.view_all') }}

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

{{ __('video::dashboard.video_name') }} {{ __('video::dashboard.views') }}
{{trans('base::general.not_found')}}
@{{ record.view_count}}
{{ __('video::dashboard.view_all') }}

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

{{ __('video::dashboard.category') }} {{ __('video::dashboard.total_videos') }} {{ __('video::dashboard.views') }}
{{trans('base::general.not_found')}}

@{{ record.title }}

@{{ record.videos_count }} @{{ (record.videos_view_count)?record.videos_view_count:0|INR }}
{{ __('video::dashboard.view_all') }}

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

{{ __('video::dashboard.video_name') }} {{ __('video::dashboard.favourite') }}
{{trans('base::general.not_found')}}
@{{ record.favourite_count }}
{{ __('video::dashboard.view_all') }}
@endsection @section('scripts') @endsection