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