@extends('layout') @section('content') @if(auth()->check()) @if(file_exists(public_path() . 'thumbs/beta/{{$video->file}}' . '.png')) @else {{$video->tesThumb()}} @endif
@if($video->videotitle)
{{$video->videotitle}}
@endif
@if($video->category->name === 'Anime' || $video->category->name === 'Otomad') @endif
file); //$mp4 = shell_exec("curl https://fapple.w0bm.com/api/v1/{{$shortfile}} | jq -r .size"); ?>
@if($related) @if(($prev = $video->getPrev($related)) === null) | @else ← first | @endif {!!$related->displayName()!!} @if(($next = $video->getNext($related)) === null) | @else | last → @endif @else @if(($prev = $video->getPrev()) === null) | @else ← first | @endif random @if(($next = $video->getNext()) === null) | @else | last → @endif @endif
@if(auth()->check()) @endif
@if(auth()->check()) @if(auth()->user()->hasFaved($video->id)) @else @endif @else @endif
uploaded by {!! $video->user->displayName() !!} @if(auth()->check() && (auth()->user()->can('edit_video') || auth()->user()->id == $video->user_id)) [edit]@endif @if(auth()->check() && auth()->user()->can('delete_video'))[del]@endif
@endsection @section('aside') @else {{$video->tesThumb()}} {{-- Login @include('partials.loginmodal') --}}

403 - Forbidden

w0bm now supports a javascript free experience, check it out if you dont like js that much

file)}}.png"@endif">
@if(count($video->tags)) @foreach($video->tags as $tag) @if($tag == 'sfw') @elseif($tag == 'nsfw') @endif @endforeach @endif

@if($video->videotitle){{$video->videotitle}}@else

No Title

...@endif
@endif @endsection