loop-video-home.blade.php


SUBMITTED BY: zozo31

DATE: April 13, 2017, 12:03 p.m.

FORMAT: HTML+Twig

SIZE: 623 Bytes

HITS: 390

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

comments powered by Disqus