{{ __('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::videos.direct_link') }}
{{ env('WEB_SITE_URL') }}@{{ 'video/'+video.slug }} {{ env('WEB_SITE_URL') }}@{{ 'video/'+video.slug }}
@{{ video.comments.length }} {{ __('video::videos.response') }}
{{ __('video::videos.comment') }}
{{ __('video::videos.no_record_found') }}
{{----}}-
@{{ comments.customer_details.name }}
@{{ comments.created_at }}
@{{ comments.comment }}
-
@{{ replycomments.customer_details.name }}
@{{ replycomments.created_at }}
@{{ replycomments.comment }}
{{ __('video::videos.delete') }}
{{ __('video::videos.load_more') }}
{{ __('video::videos.view') }}@{{ comments.reply_count }}{{ __('video::videos.replies') }}
{{ __('video::videos.delete') }}