@php use App\Libraries\General; use App\Libraries\FileSystem; @endphp @extends('dashboardLayout.frontlayout') @section('content')
@include('user.dashboard.partials.sidebar')
{{ isset($data['category']) && $data['category'] ? __dl($data['category'],'title') : '' }}
{{ isset($data['title']) && $data['title'] ? __dl($data,'title') : '' }}

{{ isset($data['description']) && $data['description'] ? __dl($data,'description') : '' }}

{{ isset($data['created']) && $data['created'] ? date('d M, Y',strtotime($data['created'])) : '' }}

{{__('dashboardVideo.total_video')}} - {{ isset($data['videos_count']) && $data['videos_count'] ? $data['videos_count'] : '' }}

{{__('dashboardVideo.expiry_date')}} - {{isset($data->userPackages) && $data->userPackages ? date('d M,Y',strtotime($data['userPackages']['expire_date'])) : ''}}

{{__('dashboardVideo.last_seen')}}

08:20 min

@include('user.dashboard.video.videoDetail')
@include('user.dashboard.video.partials.video') @endsection