@extends('profilelayout') @section('novidcontent')
ID | Video Title | Artist | Songtitle | Video Source | Category |
---|---|---|---|---|---|
@if($edit = auth()->check() && auth()->user()->can('edit_video')) @endif {{$video->id}} @if($edit) @endif | {{$video->videotitle or ''}} @if($edit) @endif | {{$video->interpret or ''}} @if($edit) @endif | {{$video->songtitle or ''}} @if($edit) @endif | {{$video->imgsource or ''}} @if($edit) @endif | {{$video->category->name}} @if($edit) @endif |