index.blade.php


SUBMITTED BY: zozo31

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

FORMAT: HTML+Twig

SIZE: 727 Bytes

HITS: 541

  1. @extends('btnewve::layouts.app')
  2. @section('content')
  3. @foreach(get_latest_videos() as $video)
  4. <div class="grid col-md-4 col-sm-6 col-xs-12">
  5. <figure class="effect-lily">
  6. <img src="http://placehold.it/800x600" alt="img01" />
  7. <figcaption>
  8. <h2>Item <span>1</span></h2>
  9. <p>Beautifully subtle animated hover effect for your gallery</p>
  10. <a href="#">View more</a>
  11. </figcaption>
  12. </figure>
  13. </div>
  14. @endforeach
  15. @endsection

comments powered by Disqus