@if(auth()->check()) @include('partials.report') @include('partials.filterselect') @endif @if(auth()->check()) @if(auth()->user()->can('delete_video')) @include('partials.frontendedit') @endif @endif
@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
Random | index | categories | IRC | About |

{{Auth::user()->username}} [ {{Auth::user()->messagesRecv()->unread()->count()}} ] [ filter ] [ logout ] | [ upload ] | @if(auth()->check()) @if(auth()->user()->hasFaved($video->id)) ❤️ [ faved ] @else 🖤 [ fav ] @endif @else @endif
v.1.{{ filemtime("z0mb/css/z0mb.css") }} WIP
@yield('floatvid') @include('partials.flash') @include('partials.comments')
This page took {{ (microtime(true) - LARAVEL_START) }} seconds to render