@extends('profilelayout') @section('content') @foreach($videos as $video) file); ?> @endforeach
ID Artist Songtitle 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->category->name}} @if($edit) @endif
{!! $videos->render() !!}
@endsection