@php use App\Libraries\General; use App\Libraries\FileSystem; @endphp @if($listing->total() > 0) @foreach($listing->items() as $k => $row) @if(isset($slug) && $slug && $row['slug'] != $slug) @continue @endif
{{isset($row->created) && $row->created ? date('d M,Y',strtotime($row->created)) : ''}}
--}}{{__('dashboardVideo.expiry_date')}} - {{isset($row->userPackages) && $row->userPackages ? date('d M,Y',strtotime($row['userPackages']['expire_date'])) : ''}}
{{__('dashboardVideo.total_video')}} - {{ isset($row->videos_count) && $row->videos_count ? $row->videos_count : 0 }}
{{ isset($row->category_title) && $row->category_title ? $row->category_title : '' }}
{{isset($row->description) && $row->description ? General::characterLimitWithRemoveTags($row->description, 100) : ''}}