@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)) : ''}}
Total Videos - {{ isset($row->videos_count) && $row->videos_count ? $row->videos_count : 0 }}
{{isset($row->description) && $row->description ? Str::limit($row->description, 20) : ''}}