@extends($layout) @section('content')

Video Gallery

@if(!empty($videos[0])) @foreach ($videos as $video)
{{$video->title}}
@endforeach @else
No Record Found!!!
@endif
@stop