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