@if(($prev = $video->getPrev(true)) === null)
← first
Prev |
@else
← first
Prev |
@endif
{{$video->category->name}}
@if(($next = $video->getNext(true)) === null)
|
Next
last →
@else
|
Next
last →
@endif
@if(auth()->check())
@if(auth()->user()->hasFaved($video->id))
@else
@endif
@else
@endif
uploaded by {{ $video->user->username }}@if($video->user->is('Moderator')) @endif  {{ $video->created_at->diffForHumans() }}@if(auth()->check() && auth()->user()->can('delete_video')) Delete@endif
@if(($prev = $video->getPrev()) === null)
← first
← prev |
@else
← first
← prev |
@endif
random
@if(($next = $video->getNext()) === null)
|
next →
last →
@else
|
next →
last →
@endif
@if(auth()->check())
@if(auth()->user()->hasFaved($video->id))
@else
@endif
@else
@endif
uploaded by {{ $video->user->username }}@if($video->user->is('Moderator')) @endif  {{ $video->created_at->diffForHumans() }}@if(auth()->check() && auth()->user()->can('delete_video')) Delete@endif