@if($video->thumbnail)
 }})
@else
@endif
Video ID
#{{ $video->id }}
Uploaded
{{ $video->created_at->format('M d, Y') }}
File Size
{{ number_format($video->size / 1024 / 1024, 2) }} MB
Duration
{{ $video->duration ? gmdate('H:i:s', $video->duration) : 'N/A' }}
Orientation
{{ $video->orientation }}
Dimensions
{{ $video->width ?? 'N/A' }} x {{ $video->height ?? 'N/A' }}
Views
{{ number_format(\DB::table('video_views')->where('video_id', $video->id)->count()) }}
Likes
{{ number_format(\DB::table('video_likes')->where('video_id', $video->id)->count()) }}