@if($categories->isNotEmpty())
@foreach($categories as $category)
@endforeach
@endif
@if($videos->isEmpty())
No hay videos publicados.
@else
@foreach($videos as $video)
@if(youtube_thumb($video->url))
 }})
@endif
{{ $video->title }}
@if($video->category)
{{ $video->category }}
@endif
@endforeach
@endif