@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')
@if ($project->images->count()) @foreach ($project->images as $key => $image) @endforeach @endif

{{ $project->title }}

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