<div class="grid col-md-4 col-sm-6 col-xs-12">
    <figure class="effect-lily">
                            <img src="{{ $video->thumbnail_hq }}" alt="{{ $video->title }}" />
                            <figcaption>
                                <span>{{ $video->title }}</span>
                                <p>CREATION DATE: {{ $video->created_at->format('d F Y') }} | VIEWS: {{ $video->views }}</p>
                                <a href="{{ route('video', [$video->slug]) }}">Watch</a>
                            </figcaption>       
								
                        </figure>
                    </div>