Video Gallery

@if (count($errors) > 0) @foreach ($errors->all() as $error) @endforeach @endif @if (Session::get('message')) @endif

All Videos manage your Video

@foreach($videos as $video) @endforeach
# Thumbnail title view Action
{{ $video->id }} {{ $video->title}} {{ $video->view_count}}
{{ csrf_field() }}
{{ $videos->links() }}