@extends('profilelayout') @section('content')
@foreach($videos as $video) file); ?>
{{-- MUSS UNBEDINGT NOCH ANGEPASST WERDEN!!! --}} @if(file_exists(public_path() . '/thumbs/beta/'.$thumb.'.png')) @else @endif
@endforeach
{!! $videos->render() !!}
@endsection