@extends('videomag::layouts.light') @section('content')

Browse {{ $term->name }} Videos

@each('videomag::partials.loop-hover', $videos, 'video')
@if(!empty($prev)) @endif @if(!empty($next)) @endif
@include('videomag::partials.sidebar') @endsection