Uploaded
{{ $video->created_at->format('M d, Y') }}
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()) }}
Duration
{{ $video->duration ? gmdate('H:i:s', $video->duration) : '—' }}
Dimensions
{{ $video->width ?? '—' }} × {{ $video->height ?? '—' }}
File size
{{ $video->size ? number_format($video->size / 1024 / 1024, 1) . ' MB' : '—' }}
Orientation
{{ $video->orientation ?? '—' }}