@if($video->videotitle)
Videotitle: {{$video->videotitle}}
@endif @if($video->interpret)
Artist: {{$video->interpret}}
@endif @if($video->songtitle)
Songtitle: {{$video->songtitle}}
@endif @if($video->imgsource)
Video Source: {{$video->imgsource}}
@endif
Category: {{$video->category->name}}
Uploader: user->username) }}">{!! $video->user->displayName() !!}
Added: {{$video->created_at->diffForHumans()}}
{{ HumanReadable::bytesToHuman($video->filesize()) }}
@if(count($video->tags)) @foreach($video->tags as $tag) @if($tag == 'sfw') {{$tag->name}} @elseif($tag == 'nsfw') {{$tag->name}} @else {{$tag->name}} @endif @endforeach @else No tags yet ... @endif