@extends('main') @section('styles') {!! Html::style(Theme::current()->assetPath.'/css/product-details-1.css') !!} {!! Html::style(Theme::current()->assetPath.'/prettyPhoto/css/prettyPhoto.min.css') !!} @endsection @section('page-title') @endsection @section('content')

{{ $article->title }}

@if ($article->photo)
{{ $article->title }}
{!! $article->content !!}
@else
{!! $article->content !!}
@endif
@endsection @section('scripts') {!! Html::script(Theme::current()->assetPath.'/prettyPhoto/js/jquery.prettyPhoto.min.js') !!} @endsection