@extends('profilelayout') @section('novidcontent') @foreach($videos as $video) file); ?> @endforeach
ID Video Title Artist Songtitle Category
@if($edit = auth()->check() && auth()->user()->can('edit_video'))
@endif @if($edit) @endif
{{$video->videotitle or ''}} @if($edit) @endif {{$video->interpret or ''}} @if($edit) @endif {{$video->songtitle or ''}} @if($edit) @endif {{$video->category->name}} @if($edit) @endif
{!! $videos->render() !!}
@endsection