Video Gallery

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

All Videos manage your Video

@foreach(\App\Video::all() as $video) @endforeach
# Thumbnail title view Action
{{ $video->id }} {{ $video->title}} {{ $video->view_Count}}
{{ csrf_field() }}