@if($video->thumbnail)
 }})
@else
@endif
{{ Str::limit($video->title, 50) }}
{{ $video->user->name ?? 'Unknown' }}
|
{{ $video->category->name }}
|
{{ ucfirst($video->status) }}
|
{{ number_format($video->views) }}
|
{{ $video->created_at->format('M d, Y') }}
|
@if($video->status === 'pending')
@endif
|
@endforeach