@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
@yield('floatvid') @include('partials.flash') @include('partials.comments')
Random
|
index
|
categories
|
IRC
(
Webchat
) |
About
|
Layout
w0bm.com
Njum
nojsz0mbie
m0bile
{{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