@extends('web.layouts.layout') @section('content')
@foreach($videos as $video)
@if($video['type'] == 2) @else @endif

{{ $video->currentDescription->title }}

@endforeach
@if( count( $videos ) && $videos->hasPages() )
{{ $videos->links() }}
@endif
@endsection @section('content_js') @endsection