@extends('site.layout.base') @section('content') @if(!empty($header)) @include('site.page.block.header.objimage', array('objheader' => $header)) @else @include('site.page.block.header.image', array( 'title' => $detail->title, 'title_class' => 'center', 'didascalia' => $detail->subtitle, 'didascalia_class' => 'center mt', 'over_box_class' => 'full', 'custom_header_class' => 'small', 'social_hide' => true, )) @endif @include('site.page.block.breadcrumbs')
@include('site.page.block.content.dettaglio.blocks')
@for($t = 0; $t < count($detail->tags); $t++) {{$detail->tags[$t]->tag}} @endfor
@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.clienti') @include('site.page.block.contatti') @stop