@extends('profilelayout') @section('content')
ID | Artist | Songtitle | Video Source | Category |
---|---|---|---|---|
@if($edit = auth()->check() && auth()->user()->can('edit_video')) @endif {{$video->id}} @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 |