@extends('base::layouts.default') @section('stylesheet') {{-- --}} @endsection @section('header') @include('base::layouts.headers.dashboard') @endsection @section('content')
@include('video::admin.common.subMenu', ['template' => 'video_detail', 'id' => $id, 'control' => 'vVideoDetailsCtrl']) @include('video::admin.common.subMenu', ['template' => 'live_video_detail', 'id' => $id, 'control' => 'vVideoDetailsCtrl']) @include('video::admin.common.popup', ['control' => 'vVideoDetailsCtrl']) @include('base::partials.errors')

@{{ video.title }} {{ __('video::videos.premium') }}

  • @{{ video.user.name ? video.user.name: '-' }}
  • @{{ video.video_duration ? video.video_duration:"-" }}
  • @{{ video.formatted_published_date ? video.formatted_published_date : '-' }}
  • {{ __('video::videos.message.active') }} {{ __('video::videos.message.inactive') }}

{{ __('video::videos.description') }}

@{{ video.description| limitTo: limit}}@{{ video.description.length > limit ? '...' : ''}} {{ __('video::videos.more') }} {{ __('video::videos.less') }}

{{ __('video::videos.category') }}

@{{ video.categories[0].title ? video.categories[0].title: '-' }}

{{ __('video::videos.genre') }}

@{{ video.collections[0].name ? video.collections[0].name:'-' }}

{{ __('video::videos.starring') }}

@{{ video.presenter ? video.presenter: '-' }}

{{ __('video::videos.audio_language') }}

@{{ video.audio_language ? video.audio_language: '-' }}

{{ __('video::videos.subtitle') }}

@{{ video.subtitle ? video.subtitle: '-'}}

{{ __('video::videos.size') }}

@{{video.video_size ? video.video_size: '-'}}

{{ __('video::videos.presets') }}

{{--

1080p HD, 720p, 360p

--}}

@{{ active_presets ? active_presets: '-'}}

@{{ video.comments.length }} {{ __('video::videos.response') }}
{{ __('video::videos.all') }} / {{ __('video::videos.oldest') }} / {{ __('video::videos.newest') }}
{{ __('video::videos.comment') }}

{{ __('video::videos.no_record_found') }}

{{--
    --}}
    • @{{ comments.customer_details.name }} @{{ comments.created_at }}
      @{{ comments.comment }}

      {{ __('video::videos.view') }}@{{ comments.reply_count }}{{ __('video::videos.replies') }}

      {{ __('video::videos.delete') }}
      • @{{ replycomments.customer_details.name }} @{{ replycomments.created_at }}
        @{{ replycomments.comment }}
        {{ __('video::videos.load_more') }}
  • {{trans('video::videos.views')}}

    @{{video.view_count}}
  • {{trans('video::videos.like')}}

    @{{video.like_count}}
  • {{trans('video::videos.dislike')}}

    @{{video.dislike_count}}
  • {{trans('video::videos.comment')}}

    @{{video.comments.length}}
  • {{trans('video::videos.favourite')}}

    @{{video.favourite_count}}
  • {{trans('video::videos.format')}}

    HLS

{{ __('video::videos.detailed_statistics_for') }} “@{{ video.title }}”

{{ __('video::videos.geographic_wise_view') }}

{{ __('video::videos.location') }} {{ __('video::videos.view') }}
{{ __('video::videos.no_record_found') }}

@{{record.country}}

@{{record.sum}}

{{ __('video::videos.performance_statistics') }}

{{ __('video::videos.cover_image') }}

Video Cover Video Cover

{{ __('video::videos.thumbnail_image') }}

Video Thumbnail Video Thumbnail
{{--

{{ trans('base::general.404_not_found') }}

{{ trans('base::general.not_found_text') }}

--}} @endsection @section('scripts') @endsection