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