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