@extends('profilelayout') @section('novidcontent')
@foreach($videos as $video) file); ?>
@if(file_exists('/home/w0bm/w0bm/public/thumbs/beta/'.$thumb.'.png')) @else {{$video->tesThumb()}} @endif
@endforeach
{!! $videos->render() !!}
@endsection