@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') {{ $project->title }} {{ __('Home') }} / {{ __('Projects') }} / {{ $project->title }} @endsection @section('content') @if ($project->images->count()) @foreach ($project->images as $key => $image) @endforeach @endif {{ $project->title }} {!! nl2br($project->content) !!} @if ($project->images->count()) @foreach ($project->images as $key => $image) @endforeach @endif @endsection @section('scripts') {!! Html::script(Theme::current()->assetPath.'/prettyPhoto/js/jquery.prettyPhoto.min.js') !!} @endsection