Upload User
@if($videos->isEmpty())

No videos yet

Be the first to upload a video!

Upload Video
@else
@foreach($videos as $video)
@if($video->thumbnail) {{ $video->title }} @else {{ $video->title }} @endif @if($video->duration) {{ gmdate('i:s', $video->duration) }} @endif

{{ $video->title }}

TAKEONE
{{ number_format($video->size / 1024 / 1024, 0) }} MB • {{ $video->created_at->diffForHumans() }}
@endforeach
{{ $videos->links() }}
@endif