@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
@if(count($video->tags)) @foreach($video->tags as $tag) {{$tag->name}}@if(Auth::check() && Auth::user()->can("edit_video")) @endif @endforeach @else No tags yet ... @endif