TAKEONE
Upload
Home
Shorts
Subscriptions
Your Channel
History
Liked Videos
@if($videos->isEmpty())
No videos yet
Be the first to upload a video!
Upload Video
@else
@foreach($videos as $video)
@if($video->thumbnail)
@else
@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() }}
Edit
Play
@csrf @method('DELETE')
Delete
@endforeach
{{ $videos->links() }}
@endif