@extends('site.layout.base') @section('content')
@include('site.page.block.breadcrumbs') @include('site.page.block.content.dettaglio.header', array('objdetail' => $detail, 'real_time' => true, 'cover_outside' => $detail->outside))
{{$detail->data_str}}
@include('site.page.block.content.dettaglio.blocks')
@include('site.page.block.content.dettaglio.altri', array('list' => $altri)) @include('site.page.block.content.dettaglio.faq', array('mt_faq' => true)) @include('site.page.block.content.dettaglio.recenti', array('list_news' => $recenti))
@stop