@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') {{ __('Home') }} {{ __('Keys of success') }} {{ $article->title }} {{ $article->title }} @if ($article->photo) {!! $article->content !!} @else {!! $article->content !!} @endif @endsection @section('scripts') {!! Html::script(Theme::current()->assetPath.'/prettyPhoto/js/jquery.prettyPhoto.min.js') !!} @endsection