@extends('main')
@section('title')
@endsection
@section('styles')
{!! Html::style(Theme::current()->assetPath.'/prettyPhoto/css/prettyPhoto.min.css') !!}
@endsection
@section('content')
@foreach ($videos as $key => $video)
@endforeach
@endsection
@section('scripts')
{!! Html::script(Theme::current()->assetPath.'/prettyPhoto/js/jquery.prettyPhoto.min.js') !!}
@endsection