@extends('profilelayout') @section('content') @include('partials.profileheader')
View {{ $title }} @foreach($videos as $video) file); ?> @endforeach
ID Video Title Artist Songtitle Category
{{$video->id}} {{$video->videotitle or ''}} {{$video->interpret or ''}} {{$video->songtitle or ''}} {{$video->category->name}}
{!! $videos->render() !!}
@endsection