{{ __('video::dashboard.total_watched_video') }}
@{{ dashCtrl.dateWiseViewCount }}
{{ __('video::dashboard.platform_base_view') }}
@extends('base::layouts.default') @section('stylesheet') @endsection @section('header') @include('base::layouts.headers.dashboard') @endsection @section('content')
| {{ __('video::dashboard.location') }} | {{ __('video::dashboard.total_videos') }} | {{ __('video::dashboard.percentage') }} | ||||
|---|---|---|---|---|---|---|
| {{trans('base::general.not_found')}} | ||||||
|
@{{record._id}} |
@{{record.count}} | @{{record.percentage | decimalPoint}}% | ||||
| {{ __('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.video_name') }} | {{ __('video::dashboard.views') }} | |||||
|---|---|---|---|---|---|---|
| {{trans('base::general.not_found')}} | ||||||
| @{{ record.view_count}} | ||||||
| {{ __('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.video_name') }} | {{ __('video::dashboard.favourite') }} | |||||
|---|---|---|---|---|---|---|
| {{trans('base::general.not_found')}} | ||||||
| @{{ record.favourite_count }} | ||||||